<?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: libevent webserver in 40 lines of c</title>
	<atom:link href="http://3.rdrail.net/blog/libevent-webserver-in-40-lines-of-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://3.rdrail.net/blog/libevent-webserver-in-40-lines-of-c/</link>
	<description>Shocking web development</description>
	<lastBuildDate>Tue, 10 Nov 2009 17:04:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: social media consultants</title>
		<link>http://3.rdrail.net/blog/libevent-webserver-in-40-lines-of-c/comment-page-1/#comment-913</link>
		<dc:creator>social media consultants</dc:creator>
		<pubDate>Mon, 09 Nov 2009 12:20:51 +0000</pubDate>
		<guid isPermaLink="false">http://3.rdrail.net/blog/libevent-webserver-in-40-lines-of-c/#comment-913</guid>
		<description>Nice Post I already digged this&lt;br&gt;&lt;br&gt;Have a nice day&lt;br&gt;marc hames&lt;br&gt;______________________________________________</description>
		<content:encoded><![CDATA[<p>Nice Post I already digged this</p>
<p>Have a nice day<br />marc hames<br />______________________________________________</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrey</title>
		<link>http://3.rdrail.net/blog/libevent-webserver-in-40-lines-of-c/comment-page-1/#comment-901</link>
		<dc:creator>Andrey</dc:creator>
		<pubDate>Mon, 15 Jun 2009 18:07:35 +0000</pubDate>
		<guid isPermaLink="false">http://3.rdrail.net/blog/libevent-webserver-in-40-lines-of-c/#comment-901</guid>
		<description>Thanks a lot Arek!!!&lt;br&gt;I&#039;m feed up with libevent its web server is just too slow!! moving on libev now.</description>
		<content:encoded><![CDATA[<p>Thanks a lot Arek!!!<br />I&#39;m feed up with libevent its web server is just too slow!! moving on libev now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian </title>
		<link>http://3.rdrail.net/blog/libevent-webserver-in-40-lines-of-c/comment-page-1/#comment-898</link>
		<dc:creator>Brian </dc:creator>
		<pubDate>Wed, 29 Apr 2009 06:24:44 +0000</pubDate>
		<guid isPermaLink="false">http://3.rdrail.net/blog/libevent-webserver-in-40-lines-of-c/#comment-898</guid>
		<description>OK that&#039;s officially slow as hell!&lt;br&gt;&lt;br&gt;ab -n 10000 -c 1000 &lt;a href=&quot;http://localhost/&quot; rel=&quot;nofollow&quot;&gt;http://localhost/&lt;/a&gt;&lt;br&gt;...&lt;br&gt;Requests per second:    11222.37 [#/sec] (mean)&lt;br&gt;...&lt;br&gt;&lt;br&gt;nginx FTW.</description>
		<content:encoded><![CDATA[<p>OK that&#39;s officially slow as hell!</p>
<p>ab -n 10000 -c 1000 <a href="http://localhost/" rel="nofollow">http://localhost/</a><br />&#8230;<br />Requests per second:    11222.37 [#/sec] (mean)<br />&#8230;</p>
<p>nginx FTW.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cobru</title>
		<link>http://3.rdrail.net/blog/libevent-webserver-in-40-lines-of-c/comment-page-1/#comment-895</link>
		<dc:creator>Cobru</dc:creator>
		<pubDate>Mon, 20 Apr 2009 13:31:44 +0000</pubDate>
		<guid isPermaLink="false">http://3.rdrail.net/blog/libevent-webserver-in-40-lines-of-c/#comment-895</guid>
		<description>Yes, it does (valgrind reports memory leak in the generic handler).</description>
		<content:encoded><![CDATA[<p>Yes, it does (valgrind reports memory leak in the generic handler).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Dekorte</title>
		<link>http://3.rdrail.net/blog/libevent-webserver-in-40-lines-of-c/comment-page-1/#comment-823</link>
		<dc:creator>Steve Dekorte</dc:creator>
		<pubDate>Tue, 21 Oct 2008 04:11:52 +0000</pubDate>
		<guid isPermaLink="false">http://3.rdrail.net/blog/libevent-webserver-in-40-lines-of-c/#comment-823</guid>
		<description>IIRC, the generic_handler function may need a evbuffer_free(buf) call at it&#039;s end.</description>
		<content:encoded><![CDATA[<p>IIRC, the generic_handler function may need a evbuffer_free(buf) call at it&#8217;s end.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arek</title>
		<link>http://3.rdrail.net/blog/libevent-webserver-in-40-lines-of-c/comment-page-1/#comment-529</link>
		<dc:creator>Arek</dc:creator>
		<pubDate>Tue, 29 Apr 2008 21:48:27 +0000</pubDate>
		<guid isPermaLink="false">http://3.rdrail.net/blog/libevent-webserver-in-40-lines-of-c/#comment-529</guid>
		<description>Hey, I found this page on google just recently and I wanted to add something about libevent, well mainly that &#039;libev&#039; has been around for a few months now and I think that it has some major advantages over libevent. 

Libev doesn&#039;t have a built in webserver, it leaves that to the developer to code , or it can emulate libevent if the libevent httpd server is required. I&#039;ve written a small server based on &#039;libev&#039; and compared it to other ones. Take a look :
http://www.zenebo.com/word/asynchronous-programming/lighttz-a-simple-and-fast-web-server/

Feel free to take a look http://software.schmorp.de/pkg/libev.html

cheers,

arek bochinski</description>
		<content:encoded><![CDATA[<p>Hey, I found this page on google just recently and I wanted to add something about libevent, well mainly that &#8216;libev&#8217; has been around for a few months now and I think that it has some major advantages over libevent. </p>
<p>Libev doesn&#8217;t have a built in webserver, it leaves that to the developer to code , or it can emulate libevent if the libevent httpd server is required. I&#8217;ve written a small server based on &#8216;libev&#8217; and compared it to other ones. Take a look :<br />
<a href="http://www.zenebo.com/word/asynchronous-programming/lighttz-a-simple-and-fast-web-server/" rel="nofollow">http://www.zenebo.com/word/asynchronous-programming/lighttz-a-simple-and-fast-web-server/</a></p>
<p>Feel free to take a look <a href="http://software.schmorp.de/pkg/libev.html" rel="nofollow">http://software.schmorp.de/pkg/libev.html</a></p>
<p>cheers,</p>
<p>arek bochinski</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerk Face</title>
		<link>http://3.rdrail.net/blog/libevent-webserver-in-40-lines-of-c/comment-page-1/#comment-405</link>
		<dc:creator>Jerk Face</dc:creator>
		<pubDate>Wed, 26 Mar 2008 20:52:59 +0000</pubDate>
		<guid isPermaLink="false">http://3.rdrail.net/blog/libevent-webserver-in-40-lines-of-c/#comment-405</guid>
		<description>You sure worked hard including evhttp.h which provided all the functionality for you.</description>
		<content:encoded><![CDATA[<p>You sure worked hard including evhttp.h which provided all the functionality for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Link Box &#171; handthrow</title>
		<link>http://3.rdrail.net/blog/libevent-webserver-in-40-lines-of-c/comment-page-1/#comment-404</link>
		<dc:creator>Link Box &#171; handthrow</dc:creator>
		<pubDate>Wed, 26 Mar 2008 14:51:12 +0000</pubDate>
		<guid isPermaLink="false">http://3.rdrail.net/blog/libevent-webserver-in-40-lines-of-c/#comment-404</guid>
		<description>[...] some crazy event-driven server. Maybe something like Third Rail&#8217;s example of how to write a simple web server using libevent in only 40 lines of [...]</description>
		<content:encoded><![CDATA[<p>[...] some crazy event-driven server. Maybe something like Third Rail&#8217;s example of how to write a simple web server using libevent in only 40 lines of [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
