<?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"
	>
<channel>
	<title>Comments on: thumper: My Ugly Little Ocaml Web Server</title>
	<atom:link href="http://www.vector-seven.com/2007/07/17/thumper-my-ugly-little-ocaml-web-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vector-seven.com/2007/07/17/thumper-my-ugly-little-ocaml-web-server/</link>
	<description>My software development thoughts, experiments and discoveries</description>
	<pubDate>Sat, 30 Aug 2008 09:28:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: tom</title>
		<link>http://www.vector-seven.com/2007/07/17/thumper-my-ugly-little-ocaml-web-server/#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's important to note that this is a really, really incomplete implementation of a web server. There's little to no URI parsing (URIs are mapped directly to actions - even query strings. Bad URIs will likely be accepted). Writing a "proper" 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't really do all that much. :)

I'm sorry if I didn'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 - 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.vector-seven.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
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.vector-seven.com/2007/07/17/thumper-my-ugly-little-ocaml-web-server/#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 'JFW'.

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

'Bend over, grab your ankles, ... and kiss your anatomy goodbye...!!!'

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>
