[Orbit-python-list] Threading support
Status: Inactive
Brought to you by:
tack
|
From: Jason T. <ta...@li...> - 2000-08-26 18:30:23
|
I added the appropriate locks/unlocks to the code to support threading in
Python. I tested it briefly and it seems to work, but there still may be
problems. It only took me a couple minutes, and I'm skeptical to think
anything is that simple. :) Let me know if you run into any bugs.
From the ChangeLog:
* server.c, client.c, CORBA_ORB.c: added necessary interpreter unlocking
to support Python threads properly. (Not very tested, but seems to
work.)
Jason.
|