Re: want to allow or deny an URL based on a timestamp

2008-08-13 Thread Sascha Ottolski
Am Mittwoch 13 August 2008 00:02:07 schrieb Darryl Dixon - Winterhouse Consulting: 4) Object expires and Varnish goes to fetch it from the backend, which of course returns 404 or whatever as the URL has expired. Darryl, thanks for your reply. This would of course be a straight forward

Re: want to allow or deny an URL based on a timestamp

2008-08-12 Thread Michael S. Fischer
Nearly every modern webserver has optimized file transfers using sendfile(2). You're not going to get any better performance by shifting the burden of this task to your caching proxies. --Michael On Tue, Aug 12, 2008 at 12:53 AM, Sascha Ottolski [EMAIL PROTECTED] wrote: Hi all, I'm certain