python part of your program WILL be single threaded. There is nothing
you can do about that.
From:
cplusplus-sig-bounces+matthew.scouten=tradingtechnologies@python.org
[mailto:cplusplus-sig-bounces+matthew.scouten=tradingtechnologies@python
.org] On Behalf Of Pascal Briet
Sent: Tue
Hello,
After a few days of headache, I think the best way is to share this
problematicÂ…
I have :
- a main Python script
- a C module imported and called from Python (thanks to boost ::python)
- A dozen of threads created by a C function (boost ::thread)
- These threads, in a C main lo