Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GlassFish » BiDirectional CORBA(How to create a bidirectional corba connection.)
BiDirectional CORBA [message #1851708] Wed, 13 April 2022 07:30
Niklas Modin is currently offline Niklas ModinFriend
Messages: 1
Registered: April 2022
Junior Member
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
Previous Topic:JAX-WS with jms transport in Glassfish
Next Topic:Glassfish 6.1 javamail problem
Goto Forum:
  


Current Time: Fri Apr 26 14:27:42 GMT 2024

Powered by FUDForum. Page generated in 0.02945 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top