in reply to Help !! problems sharing a nested hash across threads

When you share hashes thru the shared mechanism, only the first level keys get shared automatically. To go into deeper level keys, they must be shared explicitly. See Sharing multitiered hash amongst multiple threads? and Re^2: how to share array of hashes among several threads?

I'm not really a human, but I play one on earth.
Old Perl Programmer Haiku
  • Comment on Re: Help !! problems sharing a nested hash across threads

Replies are listed 'Best First'.
Re^2: Help !! problems sharing a nested hash across threads
by stevehicks (Sexton) on Aug 18, 2010 at 14:12 UTC
    Hi I'll give those threads a read and try to work thru it, I would like to pursue shared nested hashes across threads for this from a performance perspective Many Thanks Steve