[EMAIL PROTECTED] wrote: > I have observed that each server maintains 1000 connections against LDAP > (incluiding TIME_WAIT), whereas each servant LDAP only has 100 connections > (including TIME_WAIT). What can be the problem? >
There is no problem. Google "TIME_WAIT", and the first result is an excellent description: http://www.port80software.com/200ok/archive/2004/12/07/205.aspx My guess is that you're using LDAP for your user info (NSS) in addition to Courier, and you're not using nscd. Using nscd will greatly improve performance, and reduce the number of connections that your systems make to your LDAP servers. If your 3 servers all hung up, there was probably an issue with the LDAP servers, not the clients. Reducing load will probably make that happen less often, but I'd recommend using more reliable LDAP servers (such as Red Hat's or Sun's). ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
