Re: java 1.1.7/Linux Thread switching

1999-11-01 Thread Patrick Taylor
My thanks to everyone for the replies about thread interleaving. The other thing I'm still trying to sort out is this issue with native threads in jdk 1.1.7v3 and redhat 6.0 (with glibc 2.1). There seems to be a library mismatch or something. A simple threaded p

Re: java 1.1.7/Linux Thread switching

1999-10-31 Thread Rich Ibbotson
My thanks to everyone for the replies about thread interleaving. The other thing I'm still trying to sort out is this issue with native threads in jdk 1.1.7v3 and redhat 6.0 (with glibc 2.1). There seems to be a library mismatch or something. A simple threaded program runs fine with native thr

Re: java 1.1.7/Linux Thread switching

1999-10-30 Thread Albert Y.C. Lai
Chris Abbey <[EMAIL PROTECTED]> writes: > This is "known behaviour". The thread spec is very vague in regard to how > it is supposed to work. There have been numerous discusions on the list [...] > but actually a statement of the technology's threading quality (or lack > thereof as the case may

Re: java 1.1.7/Linux Thread switching

1999-10-29 Thread Chris Abbey
This is "known behaviour". The thread spec is very vague in regard to how it is supposed to work. There have been numerous discusions on the list in the past, check the archives for them. It basically boils down that there is no gaurentee in the threading spec that multiple threads will be interle

java 1.1.7/Linux Thread switching

1999-10-29 Thread Rich Ibbotson
Hi Everyone, I am seeing strange behavior in the way threads are switched in java 1.1.7v3. This is on a RedHat Linux 6.0 system (kernel 2.2.5-22, with glibc 2.1). I have the jdk and native-threads packages for glibc on X86 from blackdown.org. Problem 1: If I start 3 threads at the same prior