Re: std.process.pipeProcess stalls (linux)

2018-06-01 Thread Steven Schveighoffer via Digitalmars-d-learn
On 6/1/18 9:40 AM, Carl Sturtivant wrote: A computationally intensive process run from the command line works fine, runs to completion after several minutes, writing a few hundred lines of text to standard output and creating, writing to and closing around 200 files of size around 20KB. Now r

Re: std.process.pipeProcess stalls (linux)

2018-06-01 Thread Basile B. via Digitalmars-d-learn
On Friday, 1 June 2018 at 13:40:51 UTC, Carl Sturtivant wrote: A computationally intensive process run from the command line works fine, runs to completion after several minutes, writing a few hundred lines of text to standard output and creating, writing to and closing around 200 files of size

std.process.pipeProcess stalls (linux)

2018-06-01 Thread Carl Sturtivant via Digitalmars-d-learn
A computationally intensive process run from the command line works fine, runs to completion after several minutes, writing a few hundred lines of text to standard output and creating, writing to and closing around 200 files of size around 20KB. Now run from std.process.pipeProcess and periodi