Bug#330105: libc6-dev: __FD_SETSIZE equals to 1024 is too small

2010-06-09 Thread Christoph Kling
Hello, if you raise FD_SETSIZE in /usr/include/bits/typesizes.h and then compile a software which uses select(), this software will be able to handle more than 1024 FDs. Recompiling glibc, the kernel or whatever else is not necessary. I tested this solution with UnrealIRCd and 8000 clients.

Bug#330105: libc6-dev: __FD_SETSIZE equals to 1024 is too small

2007-02-07 Thread Gabor Gombas
On Tue, Feb 06, 2007 at 12:49:24AM +0100, Pierre Habouzit wrote: TTBOMK __FD_SETSIZE is only used for fd_set's (so select, FD_* macros, ...), and redefining it won't work (I tried already in another life) without recompiling the libc at least -- if not the kernel too, I'm less sure about

Bug#330105: libc6-dev: __FD_SETSIZE equals to 1024 is too small

2007-02-05 Thread Pierre HABOUZIT
tag 330105 + wontfix severity 330105 wishlist thanks On Mon, Sep 26, 2005 at 06:51:19AM +0700, Damir R. Islamov wrote: Package: libc6-dev Version: 2.3.5-6 Severity: normal Tags: patch In a web server with ore than 1000 Virtual Hosts in /var/log/apache2/error.log could be seen multiple

Bug#330105: libc6-dev: __FD_SETSIZE equals to 1024 is too small

2007-02-05 Thread Stephen Gran
This one time, at band camp, Pierre HABOUZIT said: I also have a hard time understanding why having 1000+ virtualhosts in apache would create such problems (except if you listen of 1000+ different ports btw, but I don't think it would be a very clever setup anyway :]) Because you have an

Bug#330105: libc6-dev: __FD_SETSIZE equals to 1024 is too small

2007-02-05 Thread Pierre Habouzit
On Mon, Feb 05, 2007 at 10:29:25PM +, Stephen Gran wrote: This one time, at band camp, Pierre HABOUZIT said: I also have a hard time understanding why having 1000+ virtualhosts in apache would create such problems (except if you listen of 1000+ different ports btw, but I don't think