Re: pthread library

2005-03-10 Thread John T. Williams
nope. ThreadB will continue to run even if ThreadA is waiting for a system call to return. This is part of the purpose of threads. - Original Message - From: "Tyler" <[EMAIL PROTECTED]> To: Sent: Thursday, March 10, 2005 5:38 PM Subject: pthread library > Hi,

pthread library

2005-03-10 Thread Tyler
Hi, I have a little question about the pthread library under linux. For example, we have a thread A and a thread B. If A do a read (which is a blocking operation), all the process will be blocked so thread B will be blocked too. That's true ?:) - To unsubscribe from this list: send the