i've been working with php for a while now and have found the memcached library for php. Now i have a search engine in python and i want to cache content from databases written for python interpretation...
I am aware of the mod_python library in apache server.. can i use it some-how to cache stuff?
i mean, once my cache is warm, it should stay warm, as long as the server is powered on.
(Of course, if the server is powered off, the memory is refreshed hence memcached will be refreshed too)
My homework:
I've come across this page: python memcached but i'm not sure if i can use it in conjunction with apache server...
thanks to all who helped...