too much requests for varnish?

2009-11-18 Thread Daniel Bruessler
with 1GB of RAM-limit, about 3 single requests a second) Cheers! Daniel :: Daniel Bruessler - Emilienstr. 10 - 90489 Nuernberg ___ varnish-misc mailing list varnish-misc@projects.linpro.no http://projects.linpro.no/mailman/listinfo/varnish-misc

Re: setting .connect_timeout and param.set

2009-10-16 Thread Daniel Bruessler
; .connect_timeout = 0.3s; .max_connections = 800; } (for the last 2 params the compiler doesn't allow apostrophes) what am I doing wrong? Cheers! Daniel :: Daniel Bruessler - Emilienstr. 10 - 90489 Nuernberg ___ varnish-misc mailing list

setting .connect_timeout and param.set

2009-10-15 Thread Daniel Bruessler
apostrophes) what am I doing wrong? Cheers! Daniel :: Daniel Bruessler - Emilienstr. 10 - 90489 Nuernberg ___ varnish-misc mailing list varnish-misc@projects.linpro.no http://projects.linpro.no/mailman/listinfo/varnish-misc

call a sub function and return

2009-10-14 Thread Daniel Bruessler
/* { set obj.ttl = 30s; } } thanks in advance and cheers! Daniel :: Daniel Bruessler - Emilienstr. 10 - 90489 Nuernberg ___ varnish-misc mailing list varnish-misc@projects.linpro.no http://projects.linpro.no/mailman/listinfo/varnish-misc

Re: call a sub function and return

2009-10-14 Thread Daniel Bruessler
Hello, I don't need a return to return a value, I just want to jump out before the end of the function. I posted a simplified version of my function, the real one has several if-clauses. Cheers! Daniel Hi! I'd like to call a sub function and use the return-function. But is there a