Hi, I use two threads to do I/O for a process. The I/O takes place either on a socket or an I/O device (com port) file descriptor. Apparently it is not possible to shutdown those threads from a third thread, neither using close nor shutdown(2) for the socket I/O if the threads are blocked during read. What methods can one use to unblock such a blocked-on-read thread? Thanks, TITUS To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message
- Re: Pthread blocking I/O Titus von Boxberg
- Re: Pthread blocking I/O stefan parvu
- Re: Pthread blocking I/O James FitzGibbon
- Re: Pthread blocking I/O Alex Belits
- Re: Pthread blocking I/O Daniel Eischen
- Re: Pthread blocking I/O Titus von Boxberg
- RE: Pthread blocking I/O Yevmenkin, Maksim N, CSCIO
- RE: Pthread blocking I/O John Baldwin
- Re: Pthread blocking I/O Wes Peters
- Re: Pthread blocking I/O Daniel Eischen
- Re: Pthread blocking I/O Wes Peters