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

Hi I originally used a message queues to get the messages into the other thread however I then had to vacuum them up off the queue and stick them in the hashes prior to matching. It was an easy way to do it but didn't work too well when message rates reached 150 a second. There are no doubt other methods but using shared hashes seems like a good choice thanks : ) steve
  • Comment on Re^2: Help !! problems sharing a nested hash across threads

Replies are listed 'Best First'.
Re^3: Help !! problems sharing a nested hash across threads
by james2vegas (Chaplain) on Aug 18, 2010 at 22:39 UTC