guile-devel
[Top][All Lists]
Advanced

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

Re: open-input-output-process, open-input-output-pipe


From: Gary Houston
Subject: Re: open-input-output-process, open-input-output-pipe
Date: 9 Mar 2001 08:26:34 -0000

> From: Mikael Djurfeldt <address@hidden>
> Date: Thu, 08 Mar 2001 20:45:58 +0100

> Hi,
> 
> I'd find something like the patch below useful.  The procedures below
> return a pair of an input and output port instead of the input-output
> port which is stated in the comment.  How would one go about
> implementing it as intended, i.e. with an input-output-port?

Two ways I can think of:

1) use a socket or a fifo instead of two pipes.

2) implement a new port type or extend the existing fport type so
it could contain separate file descriptors for input/output.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]