![]() |
|
Perl Monk, Perl Meditation | |
PerlMonks |
Re: Using DBM::Deep and Parallel::ForkManager for a generalized parallel hashmap function builder (followup to "reducing pain of parallelization with FP")by perrin (Chancellor) |
on Oct 25, 2006 at 18:20 UTC ( #580636=note: print w/replies, xml ) | Need Help?? |
You can try replacing DBM::Deep with data serialized by Storable and shared in a simple MySQL table. You could also try sharing it via Cache::FastMmap, but be careful, since it's a cache and can silently drop data.
In Section
Meditations
|
|