Page 1 of 1
Need To know about caching.
Posted: Mon Oct 31, 2011 6:28 am
by uday8486
How is the caching handled server side as well as client side?
Re: Need To know about caching.
Posted: Mon Oct 31, 2011 9:33 am
by Eric!
That's like asking how does the internet work? Both client and server side caching are extremely flexible configurations. From php you can only make recommendations to the client on how/what/when to cache. The server side depends completely on how it is configured. Shared hosts do more caching, proxy servers provide lots of caching, but all or none might cache depending on the settings/usage rates/tide/moon/etc.
Re: Need To know about caching.
Posted: Fri Nov 04, 2011 12:05 am
by uday8486
Thanks Eric!
i understand that this is very naive and dumb question to ask!
But still i had never done this before practically, and now i have its requirement.
It would be very helpfull if you can provide some extra info like some references or sample codes which i can go through
Thanks again!
Re: Need To know about caching.
Posted: Fri Nov 04, 2011 12:23 am
by Eric!
What exactly you are trying to do?