AW: [python-win32] com server instantiation mess

Niki Spahiev niki at vintech.bg
Mon Nov 22 14:36:59 CET 2004


Sprinzing, Thomas wrote:

> 
> D'oh. Who could have guessed that. So the loggers i create are global within
> : an Application (=Task) or within a machine?
> I guess the latter. (Didin't try yet)

Depends from COM server - PythonCOM DLL (INPROCESS) servers are global 
per process due to using single pythonXY.dll. PythonCOM EXE (LOCAL) 
servers are per machine (maybe :).

Niki Spahiev


More information about the Python-win32 mailing list