Re: [python-win32] keeping a COM server alive

2005-02-24 Thread Frank Guenther
t: [python-win32] keeping a COM server alive Hi, I posted this some days ago in comp.lang.python but didn't get a real solution. Perhaps someone here can help me. I have implemented a local COM Server with win32com framework where all clients use the same global object (test_obj). So far it

RE: [python-win32] keeping a COM server alive

2005-02-17 Thread Mark Hammond
ginal Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Frank Guenther > Sent: Thursday, 17 February 2005 11:22 PM > To: python-win32@python.org > Subject: [python-win32] keeping a COM server alive > > > Hi, > > I posted this some da

[python-win32] keeping a COM server alive

2005-02-17 Thread Frank Guenther
Hi, I posted this some days ago in comp.lang.python but didn't get a real solution. Perhaps someone here can help me. I have implemented a local COM Server with win32com framework where all clients use the same global object (test_obj). So