Re: can i both write & read a pipe?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: can i both write & read a pipe?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2004年7月27日 21:24:36 -0300
> To do a bidirectional pipe, you'll need to write a C function using pipe(),
> fork(), dup2(), and execvp(). Then submit the result to lhf for inclusion
> into lposix?
Please do. The next version of lposix will bind all those POSIX functions,
so you could do it all in Lua.
--lhf