Hi all,

I am working on a python application which is a multi-threaded application.
I just want to make sure that I am doing the right thing or if not, please
let me know.

I have a parent thread which initalize the COM object inside a python
object.

This parent thread instantiates 4 other child threads which are independent
of each other with the python object created above. As I understand this
will allow calling COM object functions inside all 4 child threads. The
program does not seem to complain. But my parent thread seems to go and call
join method and wait till all the threads stop executing and something is
not right.

So, just checking was this the right way? or I have to initialize COM object
separately inside all child threads?



Thanks heaps.

Ujjaval
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to