Skip Menu |

This queue is for tickets about the Parallel-Fork-BossWorker CPAN distribution.

Report information
The Basics
Id: 63125
Status: resolved
Priority: 0/
Queue: Parallel-Fork-BossWorker

People
Owner: TWILDE [...] cpan.org
Requestors: bob [...] rdolson.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.03
Fixed in: 0.04_01



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
Download BossWorker.patch2
application/octet-stream 3.8k

Message body not shown because it is not plain text.

On Thu Nov 18 15:55:32 2010, bob@rdolson.org wrote: Show quoted text
> 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.
Thanks for the patch! We're working on a release for 0.04 with this patch included, will let you know when it's available. Best regards, Tim Wilde
We have a development release that includes your patch available for you to check out if you would like: http://search.cpan.org/~twilde/Parallel-Fork-BossWorker-0.04_1/ We expect to push this live as 0.04 within the next few days if no major problems are discovered. Thanks again for your feedback! Regards, Tim Wilde
Subject: Re: [rt.cpan.org #63125] Corrupted data on pipe from workers
Date: Tue, 15 Feb 2011 13:12:28 -0600
To: bug-Parallel-Fork-BossWorker [...] rt.cpan.org
From: Robert Olson <bob [...] rdolson.org>
cool! On Feb 15, 2011, at 12:47 PM, Tim Wilde via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=63125 > > > We have a development release that includes your patch available for you > to check out if you would like: > > http://search.cpan.org/~twilde/Parallel-Fork-BossWorker-0.04_1/ > > We expect to push this live as 0.04 within the next few days if no major > problems are discovered. Thanks again for your feedback! > > Regards, > Tim Wilde