[Issue 13727] std.stdio.File not thread-safe

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Nov 13 05:49:33 PST 2014


https://issues.dlang.org/show_bug.cgi?id=13727

Steven Schveighoffer <schveiguy at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |schveiguy at yahoo.com

--- Comment #2 from Steven Schveighoffer <schveiguy at yahoo.com> ---
I'm going to throw a shot in the dark out here, and say it's an issue with DMC
runtime. Which means it's really a problem with DMC, not DMD or phobos.

I'll note that the DMC runtime has a limit of 64 file descriptors, including
the standard handles.

--


More information about the Digitalmars-d-bugs mailing list