Re: [Orbit-python-list] Threads?
Status: Inactive
Brought to you by:
tack
From: Jason T. <ta...@li...> - 2000-08-02 12:14:31
|
Sorry for not replying to this sooner, Roland. I missed the email in my Inbox clutter. > So my question is: as of Orbit-0.5.1 and Orbit-Python 0.1.3, is > there anything generating multiple threads in my back, or should I > definitely continue to look for the answer in the Popy module? Neither ORBit-Python nor ORBit creates threads. ORBit-Python isn't even thread-safe, and ORBit probably isn't either. So if you use threads with ORBit-Python you will have to ensure that ORBit-Python (and thus ORBit) code only executes in one thread (or never at the same time in multiple threads). Regards, Jason. |