On Sat, Sep 07, 2002 at 03:32:01AM +0900, CñÅric Foll wrote: > > How many file descriptors do you have open? > > I read one file at the biginning (before running threads). > So only file descriptor i guess... You mentioned tcp requests, and every tcp socket is also a file descriptor. How many sockets do you have open at any given time? Also, can you reproduce this problem in a small test case and post it to the list? Paul