Re: AW: java and multithreading

1999-05-11 Thread nmeyers
Threads are independent streams of execution that run concurrently (or at least with the appearance of concurrency), possibly on multiple CPUs. If you want to coordinate activity between threads -- such as determining a sequence in which output appears -- you have to use the tools available for th

AW: java and multithreading

1999-05-11 Thread Nolte, Holger
hi, i still have some more questions about threads and the differences between linux-windows95. In my application I got a similar behaviour between linuxwin95 if I set the Priority = 1 on linux. On win95 it is 5. Is the behaviour of these values somewhere defiened or does it depende on the virtual