<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: libevent webserver in 40 lines of c</title>
	<link>http://3.rdrail.net/blog/libevent-webserver-in-40-lines-of-c/</link>
	<description>Shocking web development</description>
	<pubDate>Fri, 04 Jul 2008 13:06:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>

	<item>
		<title>By: Arek</title>
		<link>http://3.rdrail.net/blog/libevent-webserver-in-40-lines-of-c/#comment-529</link>
		<author>Arek</author>
		<pubDate>Tue, 29 Apr 2008 21:48:27 +0000</pubDate>
		<guid>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 'libev' has been around for a few months now and I think that it has some major advantages over libevent. 

Libev doesn'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've written a small server based on 'libev' 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-405</link>
		<author>Jerk Face</author>
		<pubDate>Wed, 26 Mar 2008 20:52:59 +0000</pubDate>
		<guid>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-404</link>
		<author>Link Box &#171; handthrow</author>
		<pubDate>Wed, 26 Mar 2008 14:51:12 +0000</pubDate>
		<guid>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>[&#8230;] 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 [&#8230;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
