Boost logo

Boost :

From: dustin_at_[hidden]
Date: 2001-06-23 22:17:23


Please excuse my relative ignorance. My question is: I've written a
Python Extension module in C++ using the Boost Python library. If I
understand correctly, the thread in which my extension module
executes will maintain a lock on the Python interpreter while
executing within the extension module, preventing other python
threads from executing. Can I get around this by releasing the
interpreter lock? Any assistance would be greatly appreciated.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk