Re: Storage using Storable

2012-07-23 Thread punit jain
Another query, might sound stupid, however if my sub-processes are changing different key values for a hash where one subprocess key is different from the other, does it still cound under multiple writer ? Dov we need to worry on multiple writers to same datastructure or same field in a datastructu

Re: Storage using Storable

2012-07-23 Thread Rob Dixon
On 23/07/2012 10:38, punit jain wrote: Another query, might sound stupid, however if my sub-processes are changing different key values for a hash where one subprocess key is different from the other, does it still cound under multiple writer ? Dov we need to worry on multiple writers to same dat