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