Michael C. Toren on Thu, 3 Feb 2000 01:53:54 -0500 (EST)


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: ESR at Penn


>   NR> 2. Not wait for input, but still accept it (fork?)
> 
> Need more info.

I'm not sure I understand the question correctly, but it sounds like
perhaps a select() loop could accomplish this.  Or, you could disable
blocking on stdin.  But no, fork() isn't the answer.

-mct