<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en-us" xmlns="http://www.w3.org/2005/Atom"><title>Simon Willison's Weblog: stacklesspython</title><link href="http://simonwillison.net/" rel="alternate"/><link href="http://simonwillison.net/tags/stacklesspython.atom" rel="self"/><id>http://simonwillison.net/</id><updated>2009-03-15T13:28:11+00:00</updated><author><name>Simon Willison</name></author><entry><title>Concurrence</title><link href="https://simonwillison.net/2009/Mar/15/concurrence/#atom-tag" rel="alternate"/><published>2009-03-15T13:28:11+00:00</published><updated>2009-03-15T13:28:11+00:00</updated><id>https://simonwillison.net/2009/Mar/15/concurrence/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://opensource.hyves.org/concurrence/"&gt;Concurrence&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Exciting: a Python framework for “creating massively concurrent network applications” (the tutorial benchmarks a Hello World web server at over 8,000 requests a second). It’s implemented on top of libevent using pyrex, can run on either Stackless Python or Greenlets from the py library and ships with a WSGI server, an HTTP client and a DBAPI 2.0 compliant MySQL driver.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/greenlets"&gt;greenlets&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/http"&gt;http&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/libevent"&gt;libevent&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/mysql"&gt;mysql&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/pyrex"&gt;pyrex&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/python"&gt;python&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/stacklesspython"&gt;stacklesspython&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/wsgi"&gt;wsgi&lt;/a&gt;&lt;/p&gt;



</summary><category term="greenlets"/><category term="http"/><category term="libevent"/><category term="mysql"/><category term="pyrex"/><category term="python"/><category term="stacklesspython"/><category term="wsgi"/></entry></feed>