On 04/28/2006 09:53 PM, Jeremy Sheldon wrote:
> hello, i'm writing a little program. this program attempts to monitor
> the linux system (via /proc) to discover if certain specified programs
> are running (just for the logged in user). if they are, the program
> then attempts to discover if they
Guy Harris wrote:
Either
1) the pipe is or other network connection is in non-blocking mode
(in which case it *won't* block in that case)
or
2) there's a bug in the OS on which you're running this.
I believe it's 1 here, the other end of the pipe is handled by openssh
and from loo