On 02/09/2014 07:18 PM, Danny Arends wrote:
It was related to the update of std.process,The new API is much cleaner and I now use the spawnShell command, which allows to use pipes. This means the server can read data in nice chunks, and that I could tweak the throughput/chunksize based on the amount accepted by a client.
Interesting.I agree, the new std.process is so much better, that I didn't mind a few rewrites myself.
