keeping a COM server alive

Steve Holden steve at holdenweb.com
Tue Feb 15 11:36:49 EST 2005


Do Re Mi chel La Si Do wrote:

> Hi !
> 
> I had also make a Python-COM-server.
> But, when I launch several clients, I obtain several instances of my
> COM-server.
> 
> Finally, there are advantages and disadvantages in this established fact.
> But I can't use this way for to exchange data between several clients. For
> that, I use a TCP local server.
> 
There are settings you can establish to determine the interactions 
between the COM server and its clients (threading model, in-process or 
out-of-process, etc).

If you don't get an answer on this list, try python-win32 at python.org as 
a list where the readers will be more directly in tune with your needs.

regards
  Steve




More information about the Python-list mailing list