Re: Storing config values in-memory between sessions
by Alan Young other posts by this author
Oct 29 2009 2:26AM messages near this date
Re: Storing config values in-memory between sessions
|
Handler Chain (based on request method)
2009/10/28 Mahesh Khambadkone <mahesh@[...].com> :
> Confused slightly by the Apache phases and how it plays with older CGI
> scripts, what would be the best way to implement this in-memory cache
> that can be dirtied from time to time?
I would suggest using memcached. It's a daemon that will hold your
data in memory and can be accessed in the way you are talking about.
--
Alan
Thread:
Mahesh Khambadkone
Perrin Harkins
Torsten Foertsch
Alan Young
|