Matthias Radestock wrote: > That is almost certainly caused by an operating system limit; there are > no limits in the client code. Try increasing the OS limits. No idea how > that's done on OSX but it shouldn't be hard. bash$ help ulimit , and $ # POSIX C API for the same $ man getrlimit $ man setrlimit Tony