Re: FreeBSD pthreads

2001-03-04 Thread Rik van Riel
On Sun, 4 Mar 2001, Jordan DeLong wrote: > On Sun, Mar 04, 2001 at 11:08:51AM +, Jordan DeLong wrote: > > clone() wont count against the per uid process limit, right? > actually I just realized it'd be incredibly stupid for clone not to > count against the per uid process limit It does the

Re: FreeBSD pthreads

2001-03-04 Thread Jordan DeLong
On Sun, Mar 04, 2001 at 01:02:25PM -0500, Daniel Eischen wrote: > On Sun, 4 Mar 2001, Jordan DeLong wrote: > > Hey; I've got a question about the pthread implementation on freebsd. I was > > looking it over and noticed that the pthread library is green; which is > > disadvantagous on SMP machines

Re: FreeBSD pthreads

2001-03-04 Thread Alexander N. Kabaev
> Actually, clone() returns to your program with the stack fixed up > so that you don't crash immediately, FreeBSD has a way of doing > this, it's documented in the manpages and through disucssion on > the mailing lists. > > -- > -Alfred Perlstein - [[EMAIL PROTECTED]|[EMAIL PROTECTED]] Yes, I k

Re: FreeBSD pthreads

2001-03-04 Thread Jordan DeLong
On Sun, Mar 04, 2001 at 11:08:51AM +, Jordan DeLong wrote: > On Sun, Mar 04, 2001 at 09:55:03AM -0800, Alfred Perlstein wrote: > > * Jordan DeLong <[EMAIL PROTECTED]> [010304 09:27] wrote: > > > Hey; I've got a question about the pthread implementation on freebsd. I was > > > looking it over

Re: FreeBSD pthreads

2001-03-04 Thread Jordan DeLong
On Sun, Mar 04, 2001 at 09:55:03AM -0800, Alfred Perlstein wrote: > * Jordan DeLong <[EMAIL PROTECTED]> [010304 09:27] wrote: > > Hey; I've got a question about the pthread implementation on freebsd. I was > > looking it over and noticed that the pthread library is green; which is > > disadvantag

Re: FreeBSD pthreads

2001-03-04 Thread Daniel Eischen
On Sun, 4 Mar 2001, Jordan DeLong wrote: > Hey; I've got a question about the pthread implementation on freebsd. I was > looking it over and noticed that the pthread library is green; which is > disadvantagous on SMP machines. I found a port of the linux pthreads, but it > uses rfork() to create

Re: FreeBSD pthreads

2001-03-04 Thread Alfred Perlstein
* Alexander N. Kabaev <[EMAIL PROTECTED]> [010304 09:58] wrote: > > On 04-Mar-2001 Jordan DeLong wrote: > > Hey; I've got a question about the pthread implementation on freebsd. I was > > looking it over and noticed that the pthread library is green; which is > > disadvantagous on SMP machines.

RE: FreeBSD pthreads

2001-03-04 Thread Alexander N. Kabaev
On 04-Mar-2001 Jordan DeLong wrote: > Hey; I've got a question about the pthread implementation on freebsd. I was > looking it over and noticed that the pthread library is green; which is > disadvantagous on SMP machines. I found a port of the linux pthreads, but it > uses rfork() to create th

Re: FreeBSD pthreads

2001-03-04 Thread Alfred Perlstein
* Jordan DeLong <[EMAIL PROTECTED]> [010304 09:27] wrote: > Hey; I've got a question about the pthread implementation on freebsd. I was > looking it over and noticed that the pthread library is green; which is > disadvantagous on SMP machines. I found a port of the linux pthreads, but it > uses