Will any one suggest caching solution for shared hosting? I cant use memCached since it requires Daemon to be run on server.
Thanks
eelixduppy
9:31 pm on Jan 12, 2009 (gmt 0)
Caching for what? DB, browsers?
kadnan
8:00 am on Jan 13, 2009 (gmt 0)
quries. Similar behavior like MemCached
janharders
8:02 am on Jan 13, 2009 (gmt 0)
if you just want to cache results of long-running queries, just having a cache-table in the database might help. And of course, you can use flat files. Other than that, I'd say you're pretty much out of options...