]> git.ipfire.org Git - thirdparty/cups.git/commit
Make the maximum number of files a configure-time setting, for operating
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Wed, 12 Feb 2003 19:31:12 +0000 (19:31 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Wed, 12 Feb 2003 19:31:12 +0000 (19:31 +0000)
commitc08c48dfa4b2aa2867e756fdef8eae7f2cebfd38
treeac0b70ec2dbbc4db4ba56f861834bc95784756c7
parent0b33ed434c0f55f2f1ed4765149eee5f5061bab1
Make the maximum number of files a configure-time setting, for operating
systems (OSX) that report 2^31-1 for the upper limit on file descriptors.

The default is 4096, which will support 1365 simultaneous clients.
The new --with-maxfiles=N option can override the default value of 4096.

Also, make the FD_SETSIZE stuff applicable only to Solaris, which needs
it to use the "big" select function.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@3349 7a7537e8-13f0-0310-91df-b6672ffda945
config-scripts/cups-network.m4
config.h.in
cups/http.c
scheduler/cupsd.h
scheduler/main.c