<div class="gmail_quote">On Tue, Feb 21, 2012 at 8:16 AM, Ryan Newton <span dir="ltr">&lt;<a href="mailto:rrnewton@gmail.com">rrnewton@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
FYI, lsof confirms that there are indeed many many open connections to the same FIFO:<br></blockquote><div><br></div><div>Like all of the lowest-level I/O functions, openFD just gives you back an integer, and the Fd type has no notion that there&#39;s an underlying system resource associated with it. It&#39;s your responsibility to manage it (i.e. clean up manually when catching an exception).</div>
</div>