<?xml version="1.0" encoding="ISO-8859-1"?>
<slide fontsize="6em">
	<title>Apache Is Slow!</title>

	<list>
	<li>Use static compiled modules or compile with --prefer-non-pic</li>
	<li>Enable all compiler optimizations with -O3</li>
	<li>Tell the compiler what CPU you use via -m~arch~ -m~cpu~</li>
	<li>Use CPU specfic features -msse -mmmx -mfpmath=sse</li>
	<li>Other options: -fomit-frame-pointer</li>
	</list>

	<image marginleft='4em' filename='dso.png'/>
	
</slide>
