Re: varnish killing off the child process after a few minutes

2009-04-08 Thread Tung Nguyen
assets. Apr 8 01:20:06 ey03-s00344 varnishd[4002]: vcl_recv. Apr 8 01:20:06 ey03-s00344 varnishd[4002]: /images/hat/br_icon.jpg Apr 8 01:20:06 ey03-s00344 varnishd[4002]: assets. Apr 8 01:20:06 ey03-s00344 varnishd[4002]: @@@@ vcl_recv. Tung On Wed, Apr 8, 2009 at 2:27 AM, Kri

varnish killing off the child process after a few minutes

2009-04-07 Thread Tung Nguyen
Hi guys, We're on varnish 2.0.3 It looks like varnish restarts the child process for us every so often, causing 503s :(. Was wondering if this is a known issue. ## # ps auxww | grep varnishd nobody3385 0.0 0.3 8098024

requests keep timing out

2009-04-01 Thread Tung Nguyen
Hey guys, Our requests seem to be getting timed out. I set all the timeout parameters pretty high, so wondering what could be causing it. Also, how do I check out the number of current threads being used in varnishstat? Thanks, Tung # ps auxww | grep varnish root 2649 0.0 2.4 101776 827

Re: varnishd runtime parameters

2009-03-25 Thread Tung Nguyen
Mar 25, 2009 at 10:37 AM, Tung Nguyen wrote: > Kristian, thank you. > > Im glad to hear that most defaults are good. > > Yup, the default thread_pool_min = 1 seems kinda funny. We'll set it to at > least 100. > > I didnt even know about the cli_timeout and will s

Re: varnishd runtime parameters

2009-03-25 Thread Tung Nguyen
4, 2009 at 12:20 AM, Kristian Lyngstol < krist...@redpill-linpro.com> wrote: > On Mon, Mar 23, 2009 at 05:58:58PM -0700, Tung Nguyen wrote: > > Hi guys, > > So, Im reading over an archive email thread about twitters configuration. > > > > > http://projects.li

varnishd runtime parameters

2009-03-23 Thread Tung Nguyen
Hi guys, So, Im reading over an archive email thread about twitters configuration. http://projects.linpro.no/pipermail/varnish-dev/2009-February/000968.html It looks like they had to adjust a lot of parameters... and Im not finding all the parameters definitions in the varnishd man pages. Im won

Re: varnishlog output column meaning

2009-03-22 Thread Tung Nguyen
I take that back, I needed to add all of these to vcl_fetch to get the rails app to cache via varnish.. sub vcl_fetch { unset obj.http.set-cookie; unset obj.http.expires; set obj.ttl = 1m; deliver; } Tung On Sun, Mar 22, 2009 at 2:22 PM, Tung Nguyen wrote: > Hey guys, > > Ad

Re: varnishlog output column meaning

2009-03-22 Thread Tung Nguyen
cookie on the vcl_fetch so varnish will actually cache..? Thanks in advanced again, Tung On Sun, Mar 22, 2009 at 4:11 AM, Tung Nguyen wrote: > Ic, Poul-Henning thank you! > Hey guys, > > Im still trying to get a handle how to debug these vcl rules best here.. > > https

Re: varnishlog output column meaning

2009-03-22 Thread Tung Nguyen
s. Thanks again and any responses are appreciated. Tung On Sun, Mar 22, 2009 at 2:08 AM, Poul-Henning Kamp wrote: > In message , > Tung > Nguyen writes: > >Hey guys, > > > >In the the varnishlog output > > > >https://gist.github.com/8b163cc29fbd5e3141f

varnishlog output column meaning

2009-03-22 Thread Tung Nguyen
Hey guys, In the the varnishlog output https://gist.github.com/8b163cc29fbd5e3141f6 Where can I find out more info on what the columns mean, So what does the 7 vs 10 mean in the first column? What does the b vs c mean in the second column? 7 VCL_return c pass 10 BackendOpen b default 127.0.