Yes, lighttpd serving static and all dynamic requests forwarded to the
paster process talking SCGI.  Should I make the switch to nginx as it
seems like everybody has something good to say about nginx, and it's a
good load balancer.

Also, is the fact that I'm only running a single paster process a
problem?  I remember iwth RoR, mongrel started multiple child
processes.

Thanks.

On May 28, 2:39 pm, Jonathan Vanasco <[EMAIL PROTECTED]> wrote:
> On May 28, 5:24 pm, SamDonaldson <[EMAIL PROTECTED]> wrote:
>
> > Yes, we've profiled the db.  Are you asking because of the concern
> > over failed requests in the ab benchmark test?
>
> 1- The first bottleneck anyone hits is the usually the DB
> 2- You can get some idea of how connection pooling is working off the
> db.  In postgres you can do 'select * from pg_stat_activity' to check
> on connections and what they're doing.  There are a few ways to tweak
> for performance and analysis reporting too.  it's been years since
> i've touched mysql, so i can't comment on that.
>
> Just to make sure... you have lighttpd serving the static content,
> right?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to