[omniORB] omniORBpy Threading question.

Duncan Grisby dgrisby@uk.research.att.com
Fri, 16 Nov 2001 15:22:56 +0000


On Friday 16 November, Stephen White wrote:

> I have an omniORBpy server running which when started up talkes to only 
> one client at a time.   How do I tell it to talk to a max of 10 clients 
> at once?   I'm sure this is simple and that I'm overlooking something in 
> the documentation.  

omniORBpy servers are always fully multi-threaded, and thus talk to
any number of clients concurrently. There is no easy way to restrict
this with omniORB 3 / omniORBpy 1.

With the omniORB 4 / omniORBpy 2 pre-releases, you can choose a thread
pool policy to limit the number of threads in a server.

Cheers,

Duncan.

-- 
 -- Duncan Grisby  \  Research Engineer  --
  -- AT&T Laboratories Cambridge          --
   -- http://www.uk.research.att.com/~dpg1 --