<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Bending HTTP until it breaks</title>
	<atom:link href="http://ajaxian.com/archives/bending-http-until-it-breaks/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/bending-http-until-it-breaks</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: Steven Roussey</title>
		<link>http://ajaxian.com/archives/bending-http-until-it-breaks/comment-page-1#comment-3451</link>
		<dc:creator>Steven Roussey</dc:creator>
		<pubDate>Wed, 15 Feb 2006 02:38:30 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/bending-http-until-it-breaks#comment-3451</guid>
		<description>This is the reason why Apache 2.2 has such value with its Event MPM -- it keeps a sinlge thread per process to manage Keep-Alives, rather than one thread per Keep-Alive or one process per Keep-Alive. I&#039;m hoping it moves out of experimental soon.</description>
		<content:encoded><![CDATA[<p>This is the reason why Apache 2.2 has such value with its Event MPM &#8212; it keeps a sinlge thread per process to manage Keep-Alives, rather than one thread per Keep-Alive or one process per Keep-Alive. I&#8217;m hoping it moves out of experimental soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Kubb</title>
		<link>http://ajaxian.com/archives/bending-http-until-it-breaks/comment-page-1#comment-3443</link>
		<dc:creator>Dan Kubb</dc:creator>
		<pubDate>Tue, 14 Feb 2006 22:01:21 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/bending-http-until-it-breaks#comment-3443</guid>
		<description>I think we&#039;re scratching the surface of what web servers will be able to handle in the future.  In the last year or so we&#039;ve seen an increasing number of people beginning to use alternate web server software like &lt;a href=&quot;http://www.lighttpd.net/&quot; rel=&quot;nofollow&quot;&gt;LightTPD&lt;/a&gt; which has a more efficient way of handling connections than traditional Apache systems.

Even Apache is beginning to take notice and created its own &lt;a href=&quot;http://httpd.apache.org/docs/2.2/mod/event.html&quot; rel=&quot;nofollow&quot;&gt;Event MPM&lt;/a&gt; which handles Keep-Alive connections more efficiently than the normal connection per thread/process approach.

With these new approaches hopefully we&#039;ll begin see software that can more easily handle 1,000 or even &lt;a href=&quot;http://www.kegel.com/c10k.html&quot; rel=&quot;nofollow&quot;&gt;10,000&lt;/a&gt; connections at once.</description>
		<content:encoded><![CDATA[<p>I think we&#8217;re scratching the surface of what web servers will be able to handle in the future.  In the last year or so we&#8217;ve seen an increasing number of people beginning to use alternate web server software like <a href="http://www.lighttpd.net/" rel="nofollow">LightTPD</a> which has a more efficient way of handling connections than traditional Apache systems.</p>
<p>Even Apache is beginning to take notice and created its own <a href="http://httpd.apache.org/docs/2.2/mod/event.html" rel="nofollow">Event MPM</a> which handles Keep-Alive connections more efficiently than the normal connection per thread/process approach.</p>
<p>With these new approaches hopefully we&#8217;ll begin see software that can more easily handle 1,000 or even <a href="http://www.kegel.com/c10k.html" rel="nofollow">10,000</a> connections at once.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

