[omniORB] Threads management for omniORBpy

Duncan Grisby duncan at grisby.org
Fri Feb 11 11:54:50 GMT 2005


On Thursday 10 February, Yura Smolsky wrote:

> Where can I read about the management of threads under omniORBpy?

Chapter 7 of the omniORBpy manual.

> Does omniORBpy use worker threads defined in C++ sources or defined in
> Python sources?..

C++. At the time threads are allocated to serve calls, omniORB doesn't
know if the call is destined for a C++ or a Python servant.

Cheers,

Duncan.

-- 
 -- Duncan Grisby         --
  -- duncan at grisby.org     --
   -- http://www.grisby.org --



More information about the omniORB-list mailing list