![]() |
|
Do you know where your variables are? | |
PerlMonks |
Re: CGI data from memory w/o mod_perlby termix (Beadle) |
on Dec 24, 2001 at 19:48 UTC ( #134166=note: print w/replies, xml ) | Need Help?? |
It certainly should be possible (we did something similar for short term account caching). If each CGI is loading the complete hash from the central program, then each CGI is going to have a copy of it and will have to deal with the entire hash of hashes. I would recommend optimizing your central program to only give the CGIs the individual pieces of the hash that concern them. Shared memory could be another option, although I do admit, I haven't ever tried that myself. -- termix
In Section
Seekers of Perl Wisdom
|
|