> how many open files you think can be used at your process?? Not sure. It varies with usage pattern. I will check it out in any case.
> cat /proc/sys/fs/file-max cat: /proc/sys/fs/file-max: No such file or directory > echo 50000 > /proc/sys/fs/file-max Unfortunately, I cannot use this kind of "quick fix" as my app is a desktop app and can access the user account only. PA. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>