[C++-sig] Threads and boost Python

Matthew Scouten (TT) Matthew.Scouten at tradingtechnologies.com
Fri Sep 14 18:41:21 CEST 2007


The (large, complex) library I am wrapping uses threads. The user make
calls into the lib make a request,  and the lib calls back on a
different thread some time later.

 

I am aware that Python has some multi-threading  support, but I am not
sure how this will interoperate with boost python. For example, are
there any special things I need to do in the wrapper? Are there any
common gotchas I need to know about?

 

Keep in mind that these questions are from someone who is new to python
and boost::python, and rusty at c++, so don't jump on me to hard if they
are stupid questions :) 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/cplusplus-sig/attachments/20070914/6924fa03/attachment.htm>


More information about the Cplusplus-sig mailing list