AW: [omniORB] thread pool
Duncan Grisby
dgrisby@uk.research.att.com
Thu, 14 Dec 2000 15:16:55 +0000
On Thursday 14 December, erberj@post.ch wrote:
> I have a question about what a thread per connection means.
> In Corba, when is a new connection to a server created? Per client, per
> client <-> object pair? If the first would be true, the request of a
> multithreaded client would be serialized.
You should read chapter 8 of the omniORB manual. Clients open
connections on demand. They re-use an existing connection if there is
an idle one, and open a new one if there isn't.
Cheers,
Duncan.
--
-- Duncan Grisby \ Research Engineer --
-- AT&T Laboratories Cambridge --
-- http://www.uk.research.att.com/~dpg1 --