--- In [email protected], "swzoh" <sean...@...> wrote: > > --- In [email protected], "entropyreduction" > <alancampbelllists+yahoo@> wrote: > > > > No, com plugin starts its own thread on first call to a create_object or > > _get_object. > Oh, I see. Is there any particular reason to use new thread? I'm > asking because it would incur a lot of inter-thread marshaling. To > me, using the main thread appears simpler.
Sorry, it's been a long time since I wrote that code, so I forget rationale. I think I tried it without thread and powerpro locked up. So I went and looked at example COM code lying about, found a lot of work was getting done on extra threads, tried that, worked.
