Try using blocking writes to the pipes as an alternative workaround for hanging external harvesters
If lost write readiness notifications are the problem, this should be a more effective workaround as it does not depend on the lines fitting into the maximum kernel pipe buffer size of 1 MB.
Closes #200 (closed)
Edited by Adam Reichold