<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jonathan Hedley &#187; python</title>
	<atom:link href="http://jonathanhedley.com/tag/python/feed" rel="self" type="application/rss+xml" />
	<link>http://jonathanhedley.com</link>
	<description>Winning at everything so that you don&#039;t have to.</description>
	<lastBuildDate>Wed, 18 Aug 2010 10:25:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Event-driven webserver Tornado is now open source</title>
		<link>http://jonathanhedley.com/links/2009/09/tornado-webserver</link>
		<comments>http://jonathanhedley.com/links/2009/09/tornado-webserver#comments</comments>
		<pubDate>Sat, 12 Sep 2009 02:37:49 +0000</pubDate>
		<dc:creator>Jonathan Hedley</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[tornado]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://jonathanhedley.com/?p=207</guid>
		<description><![CDATA[FriendFeed has released Tornado, a Python non-blocking event-driven webserver and framework, as open source.

The framework is distinct from most mainstream web server frameworks (and certainly most Python frameworks) because it is non-blocking and reasonably fast. Because it is non-blocking and uses epoll, it can handle thousands of simultaneous standing connections, which means it is ideal [...]]]></description>
			<content:encoded><![CDATA[<p>FriendFeed has released <a href="http://www.tornadoweb.org/">Tornado</a>, a Python non-blocking event-driven webserver and framework, as open source.</p>
<blockquote><p>
The framework is distinct from most mainstream web server frameworks (and certainly most Python frameworks) because it is non-blocking and reasonably fast. Because it is <span class="sb-non-blocking">non-blocking</span> and uses epoll, it can handle thousands of simultaneous standing connections, which means it is ideal for real-time web services. We built the web server specifically to handle FriendFeed&#8217;s real-time features — every active user maintains an open connection to the FriendFeed servers.
</p></blockquote>
<div class="sidebar">
<p class="sb-non-blocking"><a href="http://en.wikipedia.org/wiki/Non-blocking_synchronization">Non-blocking synchronization</a> ensures that threads competing for a shared resource do not have their execution indefinitely postponed by mutual exclusion.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://jonathanhedley.com/links/2009/09/tornado-webserver/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
