[omniORB] cannot create a worker for an endpoint
Duncan Grisby
duncan at grisby.org
Fri Feb 3 14:00:20 GMT 2006
On Thursday 2 February, DESCOMBES wrote:
> I have many clients connecting my CORBA server. Above 200 clients,
> next ones could not connect the server, and I get many times the
> following messages on my application server:
> omniORB: Cannot create a worker for this endpoint: giop:tcp:....:...
Presumably your process has reached the OS's limit on the number of
threads it can have. Rather than using the default thread per connection
mode, try using a thread pool:
http://omniorb.sourceforge.net/omni40/omniORB/omniORB008.html#htoc96
Cheers,
Duncan.
--
-- Duncan Grisby --
-- duncan at grisby.org --
-- http://www.grisby.org --
More information about the omniORB-list
mailing list