On Sep 8, 2:46 pm, I V <ivle...@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. -- http://mail.python.org/mailman/listinfo/python-list