in reply to Re: Parallel Modules ?
in thread Parallel Modules ?
Hi BrowserUk,
use Async is a good solution. The return value from paralleled subs is hash reference, I use the AsyncData
use Async;
$proc = AsyncData->new(sub {...});
But, I got errors. It says, "Magic number checking on storable string failed at /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/Storable.pm line 416, at /usr/lib/perl5/site_perl/5.8.8/Async.pm line 128". I google searched. But, did not find any good explanation and solution. Do you have any idea?
Gary
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Parallel Modules ?
by BrowserUk (Patriarch) on Nov 29, 2011 at 11:11 UTC | |
by Gary Yang (Acolyte) on Nov 29, 2011 at 22:58 UTC | |
by BrowserUk (Patriarch) on Nov 29, 2011 at 23:09 UTC | |
by Gary Yang (Acolyte) on Nov 29, 2011 at 23:55 UTC | |
by BrowserUk (Patriarch) on Nov 30, 2011 at 00:21 UTC | |
|