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.
"Connecting to www.eflorenzano.com..."
Maybe spawning+django isn't such a good idea? :P
eric - 31st July 2008 16:29 - #
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 - #