Is there a problem with several threads using System.out
at the same time? A JDK problem? Or a Linux JDK problem?
I read in JiaN v1 that you might have to use different
priorities for a separate read and write threads
reading from System.in and writing to System.out
concurrently. 

I have e.g. three test threads (MIN_PRIORITY) and a 
monitor thread (MAX_PRIORITY, sleeps explicitely),
they behave strange when the threads access System.out
directly. Only when I remove all access to System.out
in the threads, they actually behave like expected.
What am I missing?


                                        b.


Reply via email to