<?xml version="1.0"?>
<rdf:RDF 
	xmlns:cc="http://web.resource.org/cc/"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:dc="http://purl.org/dc/elements/1.1/">

<rdf:Description rdf:about="/opensource/blog/0504_apache_vs_lighttpd_echo_performance.html">

	<dc:creator>Tobias Schlitt</dc:creator>
	<dc:title>Apache vs. Lighttpd: &quot;echo&quot; performance</dc:title>
	<dc:date>Fri, 09 Jan 2009 12:34:32 +0100</dc:date>
	<dc:rights>CC by-nc-sa</dc:rights>
	<dc:language>en</dc:language>
	<dc:format>text/html</dc:format>

	<dc:description>For a little private project, which makes extensive use of caching, I
recently checked, where I could get gather some more performance from.
Kore told me, that Lighttpd ships all of the pages of one of his projects
in about 0.001 seconds, while mine still took 0.004 seconds on Apache.
After some tracing I found the actual point of problem: The echo of the
final output, which took most of the time. I tried to run the same project
on Lighttpd and guess what: There were the 0.001 seconds.</dc:description>
</rdf:Description> 

<rdf:Description rdf:about="/opensource/blog/0504_apache_vs_lighttpd_echo_performance.txt">

	<dc:creator>Tobias Schlitt</dc:creator>
	<dc:title>Apache vs. Lighttpd: &quot;echo&quot; performance</dc:title>
	<dc:date>Fri, 09 Jan 2009 12:34:32 +0100</dc:date>
	<dc:rights>CC by-nc-sa</dc:rights>
	<dc:language>en</dc:language>
	<dc:format>text/plain</dc:format>

	<dc:description>For a little private project, which makes extensive use of caching, I
recently checked, where I could get gather some more performance from.
Kore told me, that Lighttpd ships all of the pages of one of his projects
in about 0.001 seconds, while mine still took 0.004 seconds on Apache.
After some tracing I found the actual point of problem: The echo of the
final output, which took most of the time. I tried to run the same project
on Lighttpd and guess what: There were the 0.001 seconds.</dc:description>
</rdf:Description> 

<rdf:Description rdf:about="/opensource/blog/0504_apache_vs_lighttpd_echo_performance.rss">

	<dc:creator>Tobias Schlitt</dc:creator>
	<dc:title>Apache vs. Lighttpd: &quot;echo&quot; performance</dc:title>
	<dc:date>Fri, 09 Jan 2009 12:34:32 +0100</dc:date>
	<dc:rights>CC by-nc-sa</dc:rights>
	<dc:language>en</dc:language>
	<dc:format>application/rss+xml</dc:format>

	<dc:description>For a little private project, which makes extensive use of caching, I
recently checked, where I could get gather some more performance from.
Kore told me, that Lighttpd ships all of the pages of one of his projects
in about 0.001 seconds, while mine still took 0.004 seconds on Apache.
After some tracing I found the actual point of problem: The echo of the
final output, which took most of the time. I tried to run the same project
on Lighttpd and guess what: There were the 0.001 seconds.</dc:description>
</rdf:Description> 

</rdf:RDF>
