Re: [Python-Dev] orphan tstate problem

2009-12-02 Thread Nick Coghlan
Berserker wrote: > Sorry for the long post and for my bad english, I hope that someone > could really help me. Unfortunately, this isn't the right list - python-dev is for development *of* Python rather than development *with* Python (and the latter includes using the CPython C API). I suggest tr

[Python-Dev] orphan tstate problem

2009-12-02 Thread Berserker
Hi, I'm developing a software which embeds Python as scripting language. The software acts as webserver and for each request it peeks a thread from a pool which in turn loads a python script to generate the response (something like mod_python). Since each http request is "independent" from other