View Single Post
Old 11-09-2023, 08:52 AM  
NoWhErE
Too lazy to set a custom title
 
NoWhErE's Avatar
 
Industry Role:
Join Date: Sep 2005
Location: Canada
Posts: 10,293
Quote:
Originally Posted by Klen View Post
Memcached should keep site up as well as it's cache , tho did not tried downtime scenario so cant tell for sure. Originally when i was doing my tube script, i made cache system based on file storage, where i would save each output as html file and load that on every next load. But then i read somewhere how is better to use system like memcached because memcached is using memory as storage, and memory is faster then hard drive so i switched to memcached, and loading cached/saved pages were indeed faster, plus memcached have ability to automatically detect if content of query changed, while with my previous solution that had to be done manually.
That makes sense.

I'd be curious to know if a memcached page is served faster through your server than a static file through a CDN.
__________________
skype: lordofthecameltoe
NoWhErE is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote