Re: [Twisted-Python] [twisted-web] I/O error with twisted.web.wsgi and Django

2014-03-03 Thread exarkun
On 27 Feb, 11:21 am, ores...@orestis.gr wrote: Hi all, I am using Twisted Web WSGIResource to host a Django site. Here's the code I use to setup the WSGI resource (other boilerplate skipped) def wsgi_resource(): from django.core.handlers.wsgi import WSGIHandler pool = threadpool.Threa

[Twisted-Python] [twisted-web] I/O error with twisted.web.wsgi and Django

2014-02-27 Thread Orestis Markou
Hi all, I am using Twisted Web WSGIResource to host a Django site. Here's the code I use to setup the WSGI resource (other boilerplate skipped) def wsgi_resource(): from django.core.handlers.wsgi import WSGIHandler pool = threadpool.ThreadPool() pool.start() # Allow Ctrl-C to g