using python interpreters per thread in C++ program
ganesh
ganeshborse at gmail.com
Tue Sep 8 03:14:01 EDT 2009
On Sep 8, 2:46 pm, I V <ivle... at gmail.com> wrote:
> Do you have to use threads? If you use a process per connection, rather
> than a thread, each process will have its own GIL.
No, i cannot change from threads to processes for handling
connections. This will change the complete design of our application
which is not feasilbe for python evaluation of the strings.
More information about the Python-list
mailing list