[omniORB] Tuning threads count?
Duncan Grisby
dgrisby@uk.research.att.com
Thu, 19 Jul 2001 14:19:01 +0100
On Wednesday 11 July, Marcin Kasperski wrote:
> Does there exists any limit on the number of simultaneously running
> servant threads? In particular, will I face any problem while trying to
> keep 200 simultaneously running methods of the same object (within
> omniORB server)?
omniORB 3 does not have any way to set a limit. You will have one
thread for each TCP connection to the server. 200 threads should
probably be OK on most platforms.
omniORB 4 will have much better control over such things, allowing you
to transition to a thread pool model if there are too many
connections. For details, see
http://www.uk.research.att.com/cgi-bin/omni-wiki/moin.cgi/OmniOrb4DevelopmentStatus
Cheers,
Duncan.
--
-- Duncan Grisby \ Research Engineer --
-- AT&T Laboratories Cambridge --
-- http://www.uk.research.att.com/~dpg1 --