![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveMulti Threading embedded python
From: amit <amit@digitalpeers.com>
Date: Thu Jun 30 2005 - 18:56:20 CEST
Hello,
I am embedding a python script in a C++ application. The script can be
What is the correct way to implement this situation:
1) Have unique python interpreter instantiations ( Py_Initialize() ) for
2) Have one python interpreter, and implement a lock on it so it can't
Thanks
|