[omniORB] multiple servers, single client

Richard Hardgrave hardgrav@ttd.teradyne.com
Mon, 18 Jun 2001 14:45:54 -0500 (CDT)


We sort of do something like that because we have multiple identical
servants that use non-reentrant libs.  I don't know if there's a
feature that will do this with less work, but we just have a servant
that "manages" multiple identical servants.  When the client requests
one of these, the servant manager passes it the IOR.  To keep things
neat, the manager is also notified by the client when the client is
finished with its servant.  Whether you want to have the manager
instantiate the servants on the fly or have a pool of them available
is up to you.

Richard

> From owner-omniorb-list@uk.research.att.com Mon Jun 18 13:55 CDT 2001
> Date: Mon, 18 Jun 2001 11:48:38 -0700
> From: Krishna Maheshwari <krishna@dancer.ca.sandia.gov>
> To: omniorb-list@uk.research.att.com
> Subject: [omniORB] multiple servers, single client
> Mime-Version: 1.0
> X-Loop: omniorb-list@uk.research.att.com
> 
> If you have multiple servers and a single client and the servers both support the exact same 
functionality, objects, etc.  They are completely identical in all respects.  Is there a way for the 
client to specify which server it wants to contact?
> 
> Thanks
> 
> Krishna Maheshwari
>