an example Re: Connecting to running win32com server

Steve Holden sholden at holdenweb.com
Thu Oct 12 00:14:36 EDT 2000


Mark Hammond wrote:
> 

> ...
> 
> FWIW, this is also how I recommend implementing "singletons" in
> pythoncom - basically you create a single Python instance that does
> the real work - your multiple COM objects simply delegate to the real
> Python object.  So although you technically still have multiple COM
> objects floating around, they all reference the same "real object"
> doing the work.
> 
> Mark.

Presumably the "real object" is a class variable of the delegating
multiple COM objects?

regards
 Steve
-- 
Helping people meet their information needs with training and technology.
703 967 0887      sholden at bellatlantic.net      http://www.holdenweb.com/





More information about the Python-list mailing list