> ons 2007-06-27 klockan 10:37 -0500 skrev Fiero, Paul: >> We are having problems with our web browsing coming to a crawl. This >> appears to be a file descriptors issue. I am gathering that squid uses >> --enable-fd-config to deal with file descriptors now? How do I >> configure my squid server to use more than 1024 descriptors? >> >> I used to set 'ulimit -HSn 32768' and then included that in my squid >> init file and all was happy. But on this installation it appears that >> the old method doesn't work and I see reference to --enable-fd-config >> when I do squid -v. > > No idea what that --enable-fd-config thing is. It's not a standard Squid > configure option. But it I am to guess it's probably a vendor patch to > allow runtime configuration of the number of filedescriptors via > squid.conf or the init script.. > > Regards > Henrik > You neglect to mention exactly which version of squid you are running... But, Just for the time waster I thought I'd see where that option came from. It appears to be a RedHat/FedoraCore addition to their release of 2.5STABLE3, and carried into the 2.6 by FC as recently as: Fedora Core 6 Update: squid-2.6.STABLE6-1.fc6 Date: Tue, 12 Dec 2006 11:16:32 -0500 If you are in fact using the FC/RH package you will need to contact them first for support. The bugs on this are: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72896 http://www.squid-cache.org/bugs/show_bug.cgi?id=435 The patch they seem to be using is at: https://bugzilla.redhat.com/bugzilla/attachment.cgi?id=121905 Henrik, their discussions about killing select match some that I recall reading about in dev once. I'm not sure myself if they were ever applied to 2.6/3.0 but it may be time to check #435 and see if its still valid given the patch RH have come up with. Amos