in reply to Too many children makes Cache::FastMmap inconsistent
Is your cache size big enough? If you go over the size, you will lose data. Maybe you should be using a database (or dbm file) for this instead, since you don't want to lose data.
Incidentally, Parallel::ForkManager is pretty helpful for this kind of thing.
|
|---|