Forum Moderators: coopster

Message Too Old, No Replies

caching solutions for shared hosting

         

kadnan

9:50 am on Jan 12, 2009 (gmt 0)

10+ Year Member



Hi

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)

10+ Year Member



quries. Similar behavior like MemCached

janharders

8:02 am on Jan 13, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



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...