Urgent--Any limit on Hash table in Shared Memory?

1999-10-07 Thread lma
I used IPC::shareable module to construct a nested HASH table in shared memory. It worked fine during "on-demand" test. When I move from "on-demand" to "preload", An error came up saying that "No space left on device". The machine has 0.5GB menory and most is still available. Each entry in the

Re: Urgent--Any limit on Hash table in Shared Memory?

1999-10-08 Thread lma
Ants, Thanks for comments. It seems you said the point. Right now, I can load 16MB data into a 32MB seg. But if I want to load data more than 32MB, the error came up. I think it is the semophore problem, because from the debug log, I saw that the shmseg is allocated successful. Then I tried to

!!need help on DBM file and IPC::Shareable...

1999-10-13 Thread lma
Hi, I was trying to use either DBM_File or IPC::Shareable to handle about 100M data locally without a separate database machine. The data structure I tried to store was a complex Hash with hash and array inside( actually use MLDBM for nested Hash and array, IPC::Shareable for nested