On Wed, 29 Jul 1998, Alan Brown wrote: > The word "Filedescriptors" springs to mind. You'll probably need to > increase the systemwide and per-process limits. Well, as long as it uses less than 8000, I'll be OK :-) Actually, I suspect that at either 1024 or 2048 I'll hit a problem with select() (FD_SETSIZE). I've left it at 100, which should be OK for now. Evan