Re: Optional separation of the concepts of how long server caches content and how long it tells client to cache it

2014-12-30 Thread Alejandro Dubrovsky
On Monday, December 29, 2014 2:01:28 PM UTC+11, Carl Meyer wrote: > > Hi Alejandro and Russell, > > On 12/28/2014 07:29 PM, Russell Keith-Magee wrote: > > On Sun, Dec 28, 2014 at 8:13 PM, Alejandro Dubrovsky > > > wrote: > >> On Sunday, December 28, 2014 7:23:34 PM UTC+11, Alejandro Dubrovsk

Re: Optional separation of the concepts of how long server caches content and how long it tells client to cache it

2014-12-28 Thread Carl Meyer
Hi Alejandro and Russell, On 12/28/2014 07:29 PM, Russell Keith-Magee wrote: > On Sun, Dec 28, 2014 at 8:13 PM, Alejandro Dubrovsky > wrote: >> On Sunday, December 28, 2014 7:23:34 PM UTC+11, Alejandro Dubrovsky wrote: >>> On Sunday, December 28, 2014 1:03:26 PM UTC+11, Russell Keith-Magee wrote:

Re: Optional separation of the concepts of how long server caches content and how long it tells client to cache it

2014-12-28 Thread Russell Keith-Magee
Hi Alejandro, On Sun, Dec 28, 2014 at 8:13 PM, Alejandro Dubrovsky wrote: > > > > On Sunday, December 28, 2014 7:23:34 PM UTC+11, Alejandro Dubrovsky wrote: >> >> >> On Sunday, December 28, 2014 1:03:26 PM UTC+11, Russell Keith-Magee wrote: >>> >>> >>> On Sat, Dec 27, 2014 at 9:30 PM, Alejandro D

Re: Optional separation of the concepts of how long server caches content and how long it tells client to cache it

2014-12-28 Thread Alejandro Dubrovsky
On Sunday, December 28, 2014 7:23:34 PM UTC+11, Alejandro Dubrovsky wrote: > > > On Sunday, December 28, 2014 1:03:26 PM UTC+11, Russell Keith-Magee wrote: >> >> >> On Sat, Dec 27, 2014 at 9:30 PM, Alejandro Dubrovsky >> wrote: >>> >>> Hi all, >>> >>> When running a small, low traffic site on s

Re: Optional separation of the concepts of how long server caches content and how long it tells client to cache it

2014-12-28 Thread Alejandro Dubrovsky
On Sunday, December 28, 2014 1:03:26 PM UTC+11, Russell Keith-Magee wrote: > > > On Sat, Dec 27, 2014 at 9:30 PM, Alejandro Dubrovsky > wrote: >> >> Hi all, >> >> When running a small, low traffic site on slow cloud servers (eg >> DigitalOcean), it'd be useful to be able to cache pages, not beca

Re: Optional separation of the concepts of how long server caches content and how long it tells client to cache it

2014-12-27 Thread Russell Keith-Magee
On Sat, Dec 27, 2014 at 9:30 PM, Alejandro Dubrovsky wrote: > > Hi all, > > When running a small, low traffic site on slow cloud servers (eg > DigitalOcean), it'd be useful to be able to cache pages, not because the > site might be taken down from too many request, but to improve > responsiveness.

Optional separation of the concepts of how long server caches content and how long it tells client to cache it

2014-12-27 Thread Alejandro Dubrovsky
Hi all, When running a small, low traffic site on slow cloud servers (eg DigitalOcean), it'd be useful to be able to cache pages, not because the site might be taken down from too many request, but to improve responsiveness. A non-trivial page that might take a few hundredth of a second to ser