<?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: thumper: My Ugly Little Ocaml Web Server</title>
	<atom:link href="http://www.deskchecked.com/2007/07/17/thumper-my-ugly-little-ocaml-web-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.deskchecked.com/2007/07/17/thumper-my-ugly-little-ocaml-web-server/</link>
	<description>Thomas Lee's programming blog</description>
	<lastBuildDate>Sat, 27 Mar 2010 16:01:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: logylaps</title>
		<link>http://www.deskchecked.com/2007/07/17/thumper-my-ugly-little-ocaml-web-server/comment-page-1/#comment-5373</link>
		<dc:creator>logylaps</dc:creator>
		<pubDate>Wed, 03 Jun 2009 02:22:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.vector-seven.com/2007/07/17/thumper-my-ugly-little-ocaml-web-server/#comment-5373</guid>
		<description>link broken
http://www.vector-seven.com/wp-content/uploads/2007/07/thumper-trunktar.gz
supposed to be
http://www.deskchecked.com/wp-content/uploads/2007/07/thumper-trunktar.gz</description>
		<content:encoded><![CDATA[<p>link broken<br />
<a href="http://www.vector-seven.com/wp-content/uploads/2007/07/thumper-trunktar.gz" rel="nofollow">http://www.vector-seven.com/wp-content/uploads/2007/07/thumper-trunktar.gz</a><br />
supposed to be<br />
<a href="http://www.deskchecked.com/wp-content/uploads/2007/07/thumper-trunktar.gz" rel="nofollow">http://www.deskchecked.com/wp-content/uploads/2007/07/thumper-trunktar.gz</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom</title>
		<link>http://www.deskchecked.com/2007/07/17/thumper-my-ugly-little-ocaml-web-server/comment-page-1/#comment-1297</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Tue, 03 Jun 2008 22:47:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.vector-seven.com/2007/07/17/thumper-my-ugly-little-ocaml-web-server/#comment-1297</guid>
		<description>Hi Bill,

It&#039;s important to note that this is a really, really incomplete implementation of a web server. There&#039;s little to no URI parsing (URIs are mapped directly to actions - even query strings. Bad URIs will likely be accepted). Writing a &quot;proper&quot; web server needs a lot more work than what I put into this. The reason it does so well in the numbers is because it doesn&#039;t really do all that much. :)

I&#039;m sorry if I didn&#039;t make that a little more clear!

Cheers,
T</description>
		<content:encoded><![CDATA[<p>Hi Bill,</p>
<p>It&#8217;s important to note that this is a really, really incomplete implementation of a web server. There&#8217;s little to no URI parsing (URIs are mapped directly to actions &#8211; even query strings. Bad URIs will likely be accepted). Writing a &#8220;proper&#8221; web server needs a lot more work than what I put into this. The reason it does so well in the numbers is because it doesn&#8217;t really do all that much. <img src='http://www.deskchecked.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;m sorry if I didn&#8217;t make that a little more clear!</p>
<p>Cheers,<br />
T</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Hacker</title>
		<link>http://www.deskchecked.com/2007/07/17/thumper-my-ugly-little-ocaml-web-server/comment-page-1/#comment-1294</link>
		<dc:creator>Bill Hacker</dc:creator>
		<pubDate>Tue, 03 Jun 2008 12:16:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.vector-seven.com/2007/07/17/thumper-my-ugly-little-ocaml-web-server/#comment-1294</guid>
		<description>Thomas,

Quite an amazing example!

A mere 249 lines of Ocaml (188 stripped of whitespace and comments), and it http-perf and webbench astonishingly good numbers!

Nothing raises interest in a language better than *readable* code samples that &#039;JFW&#039;.

Ruby? Python? Simple languages with insanely complex apps (Zope/Plone, Rails ...

&#039;Bend over, grab your ankles, ... and kiss your anatomy goodbye...!!!&#039;

Bill</description>
		<content:encoded><![CDATA[<p>Thomas,</p>
<p>Quite an amazing example!</p>
<p>A mere 249 lines of Ocaml (188 stripped of whitespace and comments), and it http-perf and webbench astonishingly good numbers!</p>
<p>Nothing raises interest in a language better than *readable* code samples that &#8216;JFW&#8217;.</p>
<p>Ruby? Python? Simple languages with insanely complex apps (Zope/Plone, Rails &#8230;</p>
<p>&#8216;Bend over, grab your ankles, &#8230; and kiss your anatomy goodbye&#8230;!!!&#8217;</p>
<p>Bill</p>
]]></content:encoded>
	</item>
</channel>
</rss>
