JamesBowen
19+ years progress programming and still learning.
Hi
I had an interesting problem today where I had an Openege GUI desktop application open up a local TCP port using the ABL server socket handle.
It was working in development and testing and of cause when it when into production it had issues.
The desktop GUI Application was running on Citrix and when a second user opened the application, they got an error saying that the socket could not be opened because the port was in use.
I have resolved this issue, but I'm interested in how you would avoid the clash of trying to open the same port number?
OE: 11.7.x
OS: Windows server or something.
I had an interesting problem today where I had an Openege GUI desktop application open up a local TCP port using the ABL server socket handle.
It was working in development and testing and of cause when it when into production it had issues.
The desktop GUI Application was running on Citrix and when a second user opened the application, they got an error saying that the socket could not be opened because the port was in use.
I have resolved this issue, but I'm interested in how you would avoid the clash of trying to open the same port number?
OE: 11.7.x
OS: Windows server or something.