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
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
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