--- In [email protected], "entropyreduction" <alancampbelllists+ya...@...> 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.
