![]() |
|
Don't ask to ask, just ask | |
PerlMonks |
Re: CGI data from memory w/o mod_perlby lhoward (Vicar) |
on Dec 24, 2001 at 20:18 UTC ( #134168=note: print w/replies, xml ) | Need Help?? |
How about trying an IPC share?
Use a module like IPC::Shareable to store the data in memory with apropriate "load from disk" code around it (i.e. if the shared memory is empty, then populate it from your disk file). That way it'll rebuild the IPC structure automatically if its ever lost (i.e. reboot, etc...).
In Section
Seekers of Perl Wisdom
|
|