Re: native threads broken on jdk1.2pre-v2 under SMP

1999-08-31 Thread Matt Welsh
Bart Locanthi <[EMAIL PROTECTED]> writes: > i've been periodically trying out native threads, hoping to get full > usage from an SMP sytem. so far, no luck. finally abstracted the problem > into a simple, repeatable form. > > the following program creates M threads that each make and quit from N

native threads broken on jdk1.2pre-v2 under SMP

1999-08-31 Thread Bart Locanthi
i've been periodically trying out native threads, hoping to get full usage from an SMP sytem. so far, no luck. finally abstracted the problem into a simple, repeatable form. the following program creates M threads that each make and quit from N Sockets to an SMTP_HOST. java NT SMTP_HOST