I'm running squid on Linux 2.2 and wish to increase the number of file
descriptors available. I increased the number of file descriptors
in linux but squid didn't pick this up after a recompile. I notice
the code in main.c
if (FD_SETSIZE < Squid_MaxFD)
Squid_MaxFD = FD_SETSIZE;
This seems to set the max number of file descriptors to no more than
the FD_SETSIZE even if you are using POLL. I tried commenting it
out and seeing what would happen, it seemed to work but each
request produce the line
comm_poll_incoming: NULL write handler
in the log file. Any ideas?
It's compiled with
--enable-delay-pools --enable-async-io --enable-snmp
--enable-cachemgr-hostname --enable-poll
-- Toivo Pedaste Email: toivo@ucs.uwa.edu.au University Communications Services, Phone: +61 8 9 380 2605 University of Western Australia Fax: +61 8 9 380 1109 "The time has come", the Walrus said, "to talk of many things"... -- To unsubscribe, see http://www.squid-cache.org/mailing-lists.htmlReceived on Wed Aug 30 2000 - 04:49:45 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:55:08 MST