On Wed, 17 Aug 2016 09:56:58 -0400
"Thompson, David" wrote:
> On Wed, Aug 17, 2016 at 9:35 AM, Tobias Reithmaier
> wrote:
> > Hello,
> >
> > is there a way to program a Inter Process Communication (IPC) in
> > guile like you do it with the Linux-Libc-API with the combo fork,
> > pipe, dup2 and ex
On Wed, Aug 17, 2016 at 9:35 AM, Tobias Reithmaier wrote:
> Hello,
>
> is there a way to program a Inter Process Communication (IPC) in guile like
> you do it with the Linux-Libc-API with the combo fork, pipe, dup2 and exec?
> If you use the popen-module it's not the same because you have to wait
Hello,
is there a way to program a Inter Process Communication (IPC) in guile like you
do it with the Linux-Libc-API with the combo fork, pipe, dup2 and exec?If you
use the popen-module it's not the same because you have to wait until the
program has finished.But there are use-cases in that the