[omniORB] Backlog for UNIX domain sockets
Serguei Kolos
Serguei.Kolos at cern.ch
Fri Oct 18 15:41:41 UTC 2024
Hi
I have been using omniORB with the UNIX domain sockets transport and periodically encountered connection failures when running many clients simultaneously. This appeared to be caused by the small backlog number (5) of the listen call that is used in unixEndpoint.cc file (line 205). Changing this value to 1024 has fixed the problem.
May I suggest to change this number to the standard orbParameters::listenBacklog value like this is done for TCP transport?
Cheers,
Serguei
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.omniorb-support.com/pipermail/omniorb-list/attachments/20241018/b15bb65d/attachment.htm>
More information about the omniORB-list
mailing list