> A follow up question to the thread-safety issue.
> 
> For a single PID is 26 the maximum number of files
> that can be opened before the open will fail and
> return a -1 for all subsequent files?
> 
> 
> david.

That would depend on the resource limits set on the process.  See the man pages 
for "limit", "ulimit", and "getrlimit/setrlimit"

To see the resource limit settings on a running process, use the "plimit" 
utility.
 
 
This message posted from opensolaris.org
_______________________________________________
opensolaris-code mailing list
opensolaris-code@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to