: "Phil Schaechter" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 02, 2003 6:27 PM
Subject: Threads blocking on solaris
> Hi all,
>
> I have a very interesting problem. I have my main program waiting for
data on
> stdin, while other threads a
Hi all,
I have a very interesting problem. I have my main program waiting for data on
stdin, while other threads are running - and lauching yet more threads.
Threads block while trying to launch new threads until I hit enter. The code
below (which I whipped out quickly to demo the problem) b