process.stdout.write(new Buffer("Works for me."))
On Sun, Jan 22, 2012 at 9:45 AM, Matt <[email protected]> wrote:
> I posted here a few months ago about how I had used child_process with
> customFds mapped to a pipe() (from the internal bindings API) to be able to
> write to stdout for qmail-queue (which reads from descriptor 1). Someone on
> here (I forget who now) promised there would be a solution somehow, but I
> still can't see it being possible...
>
> Is there any way this will ever work now with Node? Could stdout be made a
> read-write stream instead of just a readable stream?
>
> Matt.
>