/ Zope / Apsis / Pound Mailing List / Archive / 2009 / 2009-04 / Re: Welcome to [Pound Mailing List]

[ << ] [ >> ]

[ Backend replication solution with pound? / ... ] [ Re: Pound is Slowing Down My Site [Pound Mailing ... ]

Re: Welcome to [Pound Mailing List]
Tim Dunphy <bluethundr(at)nylsd.com>
2009-04-30 12:42:34 [ SNIP ]
Guys,

My site was setup under a Verizon FiOS static IP. It absolutely FLEW when
it first launched. 

Then I was asked to setup a second web server and load balance the two.
Someone recommended using pound for this, and I got it setup rather easily.

But the problem is now the site is incredibly slow to load! Once it loads
the site clicks through rapidly. But the initial load times are terrible. 

If I take pound out of the equation and point the firewall to one of the
web servers instead of the pound load balancer it speeds right back up.
Change again back to pound and it slows right down.

Here's my config: http://pastebin.com/d691f629a


Suggestions?

Thanks!
-Tim



Re: Welcome to [Pound Mailing List]
Emilio Campos <emilio.campos.martin(at)gmail.com>
2009-04-30 13:53:42 [ SNIP ]
Hi; i was this situation days ago with a new web service with a big number
of conections, my problem; a lot of slow at the moment of start the pound
service with this web, i solved this problem comnent the log value  in the
configuration file. -can you do and say ?

# LogLevel        1

I lot of kiss for everybody :P


2009/4/30 Tim Dunphy <bluethundr(at)nylsd.com>

>
> Guys,
>
> My site was setup under a Verizon FiOS static IP. It absolutely FLEW when
> it first launched.
>
> Then I was asked to setup a second web server and load balance the two.
> Someone recommended using pound for this, and I got it setup rather easily.
>
> But the problem is now the site is incredibly slow to load! Once it loads
> the site clicks through rapidly. But the initial load times are terrible.
>
> If I take pound out of the equation and point the firewall to one of the
> web servers instead of the pound load balancer it speeds right back up.
> Change again back to pound and it slows right down.
>
> Here's my config: http://pastebin.com/d691f629a
>
>
> Suggestions?
>
> Thanks!
> -Tim
>
>
>
> --
> To unsubscribe send an email with subject unsubscribe to pound(at)apsis.ch.
> Please contact roseg(at)apsis.ch for questions.
>

Attachments:  
text.html text/html 1649 Bytes

Re: Welcome to [Pound Mailing List]
Nathan Schmidt <nathan(at)pbwiki.com>
2009-04-30 14:03:49 [ SNIP ]
You may be encountering a connection limit imposed by the OS.
We have this in our startup script (/etc/init.d/pound, not /etc/pound.cfg)

MAXFDS=10000
ulimit -n $MAXFDS


On Thu, Apr 30, 2009 at 4:53 AM, Emilio Campos <
emilio.campos.martin(at)gmail.com> wrote:

> Hi; i was this situation days ago with a new web service with a big number
> of conections, my problem; a lot of slow at the moment of start the pound
> service with this web, i solved this problem comnent the log value  in the
> configuration file. -can you do and say ?
>
> # LogLevel        1
>
> I lot of kiss for everybody :P
>
>
> 2009/4/30 Tim Dunphy <bluethundr(at)nylsd.com>
>
> >
> > Guys,
> >
> > My site was setup under a Verizon FiOS static IP. It absolutely FLEW when
> > it first launched.
> >
> > Then I was asked to setup a second web server and load balance the two.
> > Someone recommended using pound for this, and I got it setup rather
> easily.
> >
> > But the problem is now the site is incredibly slow to load! Once it loads
> > the site clicks through rapidly. But the initial load times are terrible.
> >
> > If I take pound out of the equation and point the firewall to one of the
> > web servers instead of the pound load balancer it speeds right back up.
> > Change again back to pound and it slows right down.
> >
> > Here's my config: http://pastebin.com/d691f629a
> >
> >
> > Suggestions?
> >
> > Thanks!
> > -Tim
> >
> >
> >
> > --
> > To unsubscribe send an email with subject unsubscribe to pound(at)apsis.ch.
> > Please contact roseg(at)apsis.ch for questions.
> >
>
>
> --
> To unsubscribe send an email with subject unsubscribe to pound(at)apsis.ch.
> Please contact roseg(at)apsis.ch for questions.
>

Attachments:  
text.html text/html 2358 Bytes

MailBoxer