[omniORB] Threads management for omniORBpy

Yura Smolsky info at altervision.biz
Fri Feb 11 14:58:15 GMT 2005


Hello, Duncan.

>> Where can I read about the management of threads under omniORBpy?
DG> Chapter 7 of the omniORBpy manual.

thanks.

>> Does omniORBpy use worker threads defined in C++ sources or defined in
>> Python sources?..
DG> C++. At the time threads are allocated to serve calls, omniORB doesn't
DG> know if the call is destined for a C++ or a Python servant.

What is the purpose of class WorkerThread(threading.Thread) defined
in the omniORB/__init__.py? What does create instances of this class?

Yura Smolsky.






More information about the omniORB-list mailing list