Re: about two-way pipes or threads



> I inserted fcntl(inp_pipe, O_NONBLOCK); and fcntl(out_pipe, O_NONBLOCK);
> but still no change... Or am I using fcntl() in the wrong way?
> 
> Ronald

fcntl (inp_pipe, F_SETFL, O_NONBLOCK); or something similar
rtfm? :)




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