in reply to Optimizing assignment into IPC::SharedCache?
TMTOWTDI. If you've got that much data, using an RDBMs or a DB file might be much more efficient than copying that much data in and out of shared memory. Also look into Cache::Cache.