<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<blockquote cite="mid85ac2ef405080221391b01017@mail.gmail.com"
 type="cite">
  <div>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
    <br>
Has anyone come across problem with directory server having too many<br>
fds open, which then causes it to not receive any new connections?<br>
    <br>
  </blockquote>
  </div>
</blockquote>
This typically indicates that you have a client application that is
leaking connections.<br>
<br>
The sockets on CLOSE_WAIT shouldn't be a problem. It's active open
connections<br>
that bung up your server.<br>
<br>
If you really do need gazillions of active connections, then you'll
need to<br>
increase the file descriptor limit as detailed in the documentation.<br>
<br>
<br>
<br>
</body>
</html>