...not to mention that on 32-bit standard C FILE*s are 32-bit and do weird things when you get over the 2GB mark.  IMHO this is by far the biggest problem with them.  Any mature I/O API must not be subject to such arbitrary limitations provided that the underlying platform isn&#39;t subject to them.<br>
<br><div class="gmail_quote">On Mon, Aug 16, 2010 at 12:53 PM, Shin Fujishiro <span dir="ltr">&lt;<a href="mailto:rsinfu@gmail.com">rsinfu@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">Lars Tandle Kyllingstad &lt;<a href="mailto:lars@kyllingen.net">lars@kyllingen.net</a>&gt; wrote:<br>
&gt; 2. Steve and I have been working on a new version of std.process, which<br>
&gt; will at some point, hopefully, obviate the need for popen().  See<br>
&gt; pipeProcess() here:<br>
&gt;<br>
&gt;   <a href="http://www.kyllingen.net/code/ltk/doc/process.html" target="_blank">http://www.kyllingen.net/code/ltk/doc/process.html</a><br>
<br>
</div>I&#39;m looking forward to seeing the result! :-)<br>
<div class="im"><br>
<br>
&gt; The POSIX implementation is more or less complete, but its inclusion in<br>
&gt; Phobos is currently being blocked by bug 3979.  Also, Steve has run into<br>
&gt; some very tricky issues with pipes on Windows, fundamentally caused by<br>
&gt; D&#39;s dependence on the DMC runtime.  I don&#39;t know how (or if) that is<br>
&gt; working out.<br>
<br>
</div>Will the new std.process use C stdio?<br>
<br>
I think dependency to FILE* should be minimized, as C stdio has several<br>
issues (wide oriented streams, poor bidirectional buffering, etc...).<br>
IMHO using FILE* just for the sake of buffering is not a very good idea.<br>
<font color="#888888"><br>
<br>
Shin<br>
</font><div><div></div><div class="h5">_______________________________________________<br>
phobos mailing list<br>
<a href="mailto:phobos@puremagic.com">phobos@puremagic.com</a><br>
<a href="http://lists.puremagic.com/mailman/listinfo/phobos" target="_blank">http://lists.puremagic.com/mailman/listinfo/phobos</a><br>
</div></div></blockquote></div><br>