BiDirectional CORBA [message #1851708] |
Wed, 13 April 2022 03:30 |
Eclipse User |
|
|
|
Hi,
I'm on a project where CORBA is used.
There have been issues related with too many connections between clients and servers which I'm looking at right now.
It seems that there are 2 sockets opened for a single initial context lookup, and searching for it, indicated that there are a few modes of which GIOP can operate:
- Bidirectional
- Dual-paired connection
- Asymmetric
In my case I assume that one socket is for sending data from the client to the server, and the other socket is used to send data from the server to the client.
It's been a while since I worked on CORBA so just wanted to check if there is there a way to configure / request corba connections to GLassfish to use a BiDirectional single socket ?
/Niklas
|
|
|
Powered by
FUDForum. Page generated in 0.03469 seconds