Re: Invoking methods from multiple threads - connection policy
"Frank Rehberger" <[email protected]> Tue, 11 Jan 2011 14:40:11 +0100
| Newsgroups | gmane.comp.gnome.orbit.general |
|---|---|
| Message-ID | <[email protected]> |
Quoting "Toralf Lund" <[email protected]>: > Am I correct in assuming that when I invoke CORBA methods (on the > same CORBA_Object) from different threads, they will by default > share the GIOP/linc/socket connection - i.e. data from different > threads is multiplexed? I know that some other ORBs will > (optionally) set up one connection per thread - see for instance > http://omniorb.sourceforge.net/omni40/omniORB/omniORB008.html > (section 8.3.) Is there any way I can configure ORBit2 to do this? You are asking for client side option: sorry, no //Frank