[python-win32] COM and Threaded XML-RPC server

Tim Golden tim.golden at viacom-outdoor.co.uk
Mon Dec 13 16:16:15 CET 2004


[Harry Fuecks]

Well just a quick response to start with. I can't tell
for sure, but most probs with multithreaded apps and
COM derive from not initializing the COM threading 
model. Have a look at this post:

http://aspn.activestate.com/ASPN/Mail/Message/Python-win32/2168314

for a discussion of a similar theme. It's using the WMI
module rather than the "raw" pywin32 COM code, but it
comes to the same thing. (The module issues the calls
for you under the covers).

If that doesn't help -- and it might not -- feel free to post
again to ask for more help.

TJG

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________


More information about the Python-win32 mailing list