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
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