I have lost Internet at home at moment so hard to reply in depth. Go to mod_wsgi docs and look for debugging tips page. Go to very last section. Implement that mechanism for being able to dump out python stack traces for process on demand.
Likely your code is dead locking at some point. More later when able to. Graham On Sunday, 20 November 2011, Rodrigo Campos <[email protected]> wrote: > On Sun, Nov 20, 2011 at 12:08 AM, Rodrigo Campos <[email protected]> wrote: >> >> This application uses a Mysql (percona, a fork of mysql actually) >> hosted on some other machine. Looking the munin and new-relic stats I >> don't see anything weird. Although in muning, with the mysql plugin, I >> see a huge increase for some minutes of "binlog cache usage". That's >> the only "anomaly" I see. > > Also, forgot to tell that the DB is replicated (although the replica > is not being used). But I don't even know if the DB has *anything* to > do with the problem I saw. > > > > > > > Thanks a lot, > Rodrigo > > -- > You received this message because you are subscribed to the Google Groups "modwsgi" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to [email protected]. > For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en. > > -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en.
