<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Herman Bos &#187; apache2</title>
	<atom:link href="http://dev.osso.nl/herman/blog/tag/apache2/feed/" rel="self" type="application/rss+xml" />
	<link>http://dev.osso.nl/herman/blog</link>
	<description>open source guerilla</description>
	<lastBuildDate>Tue, 27 Jul 2010 13:32:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>change php tmp directory</title>
		<link>http://dev.osso.nl/herman/blog/2009/07/05/change-php-tmp-directory/</link>
		<comments>http://dev.osso.nl/herman/blog/2009/07/05/change-php-tmp-directory/#comments</comments>
		<pubDate>Sun, 05 Jul 2009 14:38:05 +0000</pubDate>
		<dc:creator>Herman</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[apache2]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://dev.osso.nl/herman/blog/?p=453</guid>
		<description><![CDATA[Setting to change the tmp dir path for your php programs. Configurable per VirtualHost in Apache2. Useful in combination with open_base option. php_admin_value upload_tmp_dir /srv/sites/www.example.com/tmp/ No related posts. Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Setting to change the tmp dir path for your php programs. Configurable per VirtualHost in Apache2. Useful in combination with open_base option. </p>
<blockquote><p>
php_admin_value upload_tmp_dir /srv/sites/www.example.com/tmp/
</p></blockquote>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://dev.osso.nl/herman/blog/2009/07/05/change-php-tmp-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lighttpd performance</title>
		<link>http://dev.osso.nl/herman/blog/2008/10/24/lighttpd-performance/</link>
		<comments>http://dev.osso.nl/herman/blog/2008/10/24/lighttpd-performance/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 22:16:56 +0000</pubDate>
		<dc:creator>Herman</dc:creator>
				<category><![CDATA[Orbit Ubuntu]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[apache2]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://dev.osso.nl/herman/blog/?p=353</guid>
		<description><![CDATA[We use Lighttpd a lot these days to offload our Apache2 servers. More specific we use Lighttpd to serve all the static content (images, stylesheets, javascript files and such). Since one of our customers wanted a clear view I did some performance testing. I used siege with 500 concurrent connections with a list of urls [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>We use Lighttpd a lot these days to offload our Apache2 servers. More specific we use Lighttpd to serve all the static content (images, stylesheets, javascript files and such).</p>
<p>Since one of our customers wanted a clear view I did some performance testing. I used siege with 500 concurrent connections with a list of urls with all the available static files (little over 3000 files).</p>
<p><em>The results:</em><br />
<code><br />
Lifting the server siege...      done.<br />
Transactions:                  279582 hits<br />
Availability:                 100.00 %<br />
Elapsed time:                 300.51 secs<br />
Data transferred:            2401.35 MB<br />
Response time:                  0.03 secs<br />
Transaction rate:             930.36 trans/sec<br />
Throughput:                     7.99 MB/sec<br />
Concurrency:                   27.50<br />
Successful transactions:      279499<br />
Failed transactions:               0<br />
Longest transaction:            3.20<br />
Shortest transaction:           0.00<br />
</code></p>
<p>While sending out with a rate around 80Mbit and receiving around 7Mbit, the old Xeon server didn&#8217;t get over a load of 0.20.</p>
<p>I knew lighttpd was good at its job, but this still surprised me positively. I didn&#8217;t try to push it any futher but I would expect the server could have saturated a 1Gbit/s link if you look at these results. I bet Apache2 would not be able to come even close.</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://dev.osso.nl/herman/blog/2008/10/24/lighttpd-performance/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
