I want to share global data between my Apache httpd processes. I know I can use Apache::Session for this (by reserving a session id for the global data, as its manpage says) but I want to ask for your help in finding if there are any wiser/faster/simpler alternatives.
I've seen for instance that the MS-IIS Application object is fast and simple. God knows how it's implemented! (Apache::ASP is a great alternative, but not for my plain vanilla legacy app)
I do know that Apache::Session will be fast enough, but I'd also like not to require my potential users with too many more extra module installs. (Apache::Session depends on three or four other modules).
Thanks in advance!
Gregorovius
In reply to sharing global data between httpd processes by gregorovius
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |