Re: stackless and django

2007-04-20 Thread Caz
Your thinking on the request ending up blocked while the microthread runs seems to be on the money. I suspect you might have to start up a second system thread within which the stackless microthreads can run. In fact you might run into some interesting issues if you don't. I as far as I know mod_

stackless and django

2007-04-18 Thread Michael K
I have a strange question. If I'm using a stackless version of python, could I, in theory, use channels and tasklets within a django application/project? I can't think of any problems, and I've not experienced any issues with using the stackless binary to run manage.py, but I'm kind of wondering