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@python.org as a list where the readers will be more directly in tune with your needs.

regards
 Steve

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to