<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Jan 16, 2016 at 11:33 AM, Levente Uzonyi <span dir="ltr">&lt;<a href="mailto:leves@caesar.elte.hu" target="_blank">leves@caesar.elte.hu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
On Sat, 16 Jan 2016, Mariano Martinez Peck wrote:<br>
<br>
(No quote, thanks google.)<br>
<br>
Forking a process is easy compared to communicating with it. How would you do the latter with FFI?</blockquote><div><br></div><div>Hi Levente,</div><div><br></div><div>I am not sure if I understand the question. For OSSubprocess I use 2 ways of communicating the parent and the child, either with pipes or with regular files, both cases doing a dup2() of those to the standard streams. Same way as OSProcess does as far as I am concern.</div><div><br></div><div>Cheers,</div><div> </div></div><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Mariano<br><a href="http://marianopeck.wordpress.com" target="_blank">http://marianopeck.wordpress.com</a><br></div>
</div></div>