<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="overflow-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;">
Hi
<div><br>
</div>
<div>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. </div>
<div>May I suggest to change this number to the standard <b>orbParameters::listenBacklog</b> value like this is done for TCP transport?</div>
<div><br>
</div>
<div>Cheers,</div>
<div>Serguei</div>
</body>
</html>