AW: [omniORB] Omniorb vs. Jacorb interoperability
Barthel Marco (MPA/DS)
Marco.Barthel at tenovis.com
Fri Sep 17 09:28:21 BST 2004
> Hi all,
> one of our projects deals with interfacing a multithread
> java client application with a server process written in C++,
> using Omniorb 4.03. On the client side, we have several
> concurrent threads.
> Being tired with protocol errors we got from java Openorb,
> then we switched to Jacorb, latest version. It seems working,
> but the server process debugger says there is always one
> active thread at the time, servicing upcalls from the client
> (e.g. strong serialization).
> We left "maxServerThreadPerConnection" to its default of 100
> and on the other hand, the Jacorb manual states that only one
> connection is opened to the same target (unlike Omniorb). It
> should multiplex concurrent messages along this connection
> (not clearly stated, though).
> While I guess it shouldn't be an Omniorb problem, I wonder if
> anybody had similar troubles with Jacorb.
You may want to read Chapter 8.4 (especially 8.4.1/8.4.2) of the omnorb
4 documentation (just 2 Pages)
These 2 pages may answer your question.
Our experience with multithread/multiplexed requests on a single
connection is not good( bad performance)
-marco
More information about the omniORB-list
mailing list