Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.windows.x Subject: Re: Number of connections to server Message-ID: <5058@auspex.auspex.com> Date: 5 Jan 91 09:19:45 GMT References: <9012190448.AA02434@Larry.McRCIM.McGill.EDU> Organization: Auspex Systems, Santa Clara Lines: 7 >Just before the assignment to lastfdesc would probably be a reasonable >place to raise the soft limit to the hard limit. For anyone who cares, note that S5R4 has the same kind of hard and soft limits for file descriptors (and other things; it's your old friend "getrlimit()" and "setrlimit()") so you could do the same sort of thing in a server on S5R4.