Subject: | Corrupted data on pipe from workers |
When the workers write long output result strings to the boss, they can become overlaid upon
each other and hence garbled.
The attached patch modifies the module to create multiple sockets, one per worker, and uses
IO::Select to read from them.
Subject: | BossWorker.patch2 |
Message body not shown because it is not plain text.