Re: Threads and data sharing

2005-09-10 Thread Robin
On Sunday 11 September 2005 01:08, zentara wrote: > First, you were not properly sharing the return values from the > threads. I have found that when you share hashes, only the first level > keys get shared, so you need to explicitly declare deeper shared hash > elements. OK. I'm not too concerned

Threads and data sharing

2005-09-10 Thread Robin
Hi, I'm having some issues making data sharing working. I have a program that creates a lot of data, and with all the passing around that it has to do, it runs out of memory really fast. So I looked into sharing the data between the threads, using a hash to put them in. However I can't seem to m