Re: Too many files open
Re: Too many files open
- Subject: Re: Too many files open
- From: Eric Arlotti <email@hidden>
- Date: Thu, 3 Jun 2004 10:55:19 +0200
Thanks to everyone on this mailing list who brought me their help.
I realize that my problem was a bit off topic regarding the Mac Network
mailing list, it was much a problem of files descriptors.
I found a solution by using setrlimit as suggested by Allan and as
explained in Technical QA 1005 : Technical QA1005 :
http://developer.apple.com/qa/qa2001/qa1005.html
Thanks again.
Eric
Le 2 juin 04, ` 11:56, Allan Nathanson a icrit :
On Jun 2, 2004, at 5:46 AM, Allan Nathanson wrote:
On Jun 2, 2004, at 4:08 AM, Eric Arlotti wrote:
In some cases, when many listening sockets are created, we get a -42
error (too many files open) on file manager calls. ...
Have you checked out ulimit(3)?
Actually, getrlimit(2) and setrlimit(2) would have been better
references...
- Allan (who should not be sending e-mail at this hour of the morning)
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.