Hi! > AOLserver 3.5.6 limits the listen backlog to 32 new connections via > the BACKLOG define in nsconf.h. If your server is getting new > connections at a rate faster than AOLserver can accept them, and you > reach the limit of 32 in the listen queue, connections will be > dropped until the backlog drops below 32.
It would be interesting to know in what way the maxconnections and listenbacklog settings affect each other, as: is the maxconnections default setting of "100" always overruled by "32" of listenbacklog? ------------------------[...] ns_section ns/parameters # Number of sockets to use in listen call (default 32) ns_param listenbacklog 32 ns_section ns/server/$server # Max connections to put on queue ns_param maxconnections 100 ------------------------[...] Bernd. -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
