2009/10/28 Mahesh Khambadkone <mah...@games2win.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