Re: Disconnection time

2009-02-05 Thread Per Andreas Buer
- Justin Finkelstein jus...@redwiredesign.com skrev: Thanks; can you tell me where I'd find a list of all of these parameters? man vcl. You can also list them in the CLI. -- Per Andreas Buer / Business Area Manager Redpill Linpro - Changing the Game

Re: Disconnection time

2009-02-05 Thread Justin Finkelstein
Aha! Always read the man pages :o) Thanks! On Thu, 2009-02-05 at 07:05 +0100, Per Andreas Buer wrote: - Justin Finkelstein jus...@redwiredesign.com skrev: Thanks; can you tell me where I'd find a list of all of these parameters? man vcl. You can also list them in the CLI.

Understanding nukes the expiration thread

2009-02-05 Thread BUSTARRET, Jean-francois
If I understand correctly how varnish works : - the expiration thread (exp_timer) only checks the root of the binheap (= the oldest object currently in cache) - a worker needing to free some space in the cache will nuke (EXP_NukeOne) the least recently used object (not taking into account

Caching details of objects in varnish...

2009-02-05 Thread Jeff Anderson
Is there a way in VCL to cache just the base html of a page without its parameters? For example: /advertproviderformat.html?provider=2342342foo=3434bar=34213142 Is the entire url cached or just the advertprovider.html portion? It seems the whole url is cached because I observe so many misses

Re: Disconnection time

2009-02-05 Thread Dag-Erling Smørgrav
Per Andreas Buer per.b...@redpill-linpro.com writes: Justin Finkelstein jus...@redwiredesign.com writes: Thanks; can you tell me where I'd find a list of all of these parameters? man vcl. You can also list them in the CLI. No, man varnishd DES -- Dag-Erling Smørgrav - d...@des.no

Re: Caching details of objects in varnish...

2009-02-05 Thread Dag-Erling Smørgrav
Jeff Anderson j...@funnyordie.com writes: Is there a way in VCL to cache just the base html of a page without its parameters? For example: /advertproviderformat.html?provider=2342342foo=3434bar=34213142 Yes, hook into vcl_hash and modify the hash string as appropriate. DES -- Dag-Erling