Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: CGI data from memory w/o mod_perl

by termix (Beadle)
on Dec 24, 2001 at 19:48 UTC ( [id://134166]=note: print w/replies, xml ) Need Help??


in reply to CGI data from memory w/o mod_perl

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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://134166]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (2)
As of 2024-04-19 22:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found