Re: [python-win32] pythoncom multithread troubles

2006-11-27 Thread Kostas Eleftheriou
h the server is now launched in a seperate process, I still only get one process no matter how many DispatchEx calls I make from different threads. On 11/27/06, Thomas Heller <[EMAIL PROTECTED]> wrote: > Kostas Eleftheriou schrieb: > > Hi, > > > > I have built a py

[python-win32] pythoncom multithread troubles

2006-11-27 Thread Kostas Eleftheriou
Hi, I have built a python application that uses a COM server from multiple threads, and despite some initial problems, I got it to work. I found out (the hard way) that the COM server would have undefined behaviour if some of its functions were called at the same time form multiple threads (so it