many independent python instances in multithreaded application

Joerg Sauer joerg-sauer at netcologne.de
Fri Jun 22 17:00:49 EDT 2001


Hi,
is it possible to have some independent pyhton instances in a
multithreaded application?

I need some threads that invoke the python interpreter to execute some
scripts. This might happen parallel. 

Is it possible to instantiate the python interpreter in each thread
and is there no problem in doing so?

Thanks in advance
Joerg




More information about the Python-list mailing list