Feed Sign in with OpenID OpenID

Simon Willison’s Weblog

Spawning + Django. The latest version of Spawning (a fast Python web server built on top of the Eventlet non-blocking coroutine networking library) can run Django applications out of the box, using threads and processes to work around the blocking nature of the ORM’s database drivers. Eric Florenzano reports better performance than Apache and mod_wsgi, and is now hosting his site on it.

Tagged , , , , ,

2 comments

  1. "Connecting to www.eflorenzano.com..."

    Maybe spawning+django isn't such a good idea? :P

    eric - 31st July 2008 16:29 - #

  2. Looks like the errors were not web server related.

    """
    UPDATE: If you were having troubles reaching the site before, it's because I was having problems with my database due to another app on the same server, not due to anything that Spawning was doing wrong.
    """

    Pete - 31st July 2008 18:03 - #

Sign in with OpenID

Auto-HTML: Line breaks are preserved; URLs will be converted in to links.

Manual XHTML: Enter your own, valid XHTML. Allowed tags are a, p, blockquote, ul, ol, li, dl, dt, dd, em, strong, dfn, code, q, samp, kbd, var, cite, abbr, acronym, sub, sup, br, pre

A django site