On Tuesday 28 April 2009 14:29:42 Wojciech Puchar wrote:
> [r...@wojtek ~]# sysctl -a |grep maxpr
> kern.maxproc: 5266
> kern.maxprocperuid: 4739
>
>
> i don't know if there is limit

Not relevant. See pthread_create(): EAGAIN is returned for lack of kernel 
memory or going over PHTREAD_THREADS_MAX which is ULONG_MAX. 1500 threads 
isn't even close to USHORT_MAX.
-- 
Mel
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to