Re: [ZODB-Dev] all webserver threads blocking on db.open()

2012-05-07 Thread Claudiu Saftoiu
On Mon, May 7, 2012 at 12:13 PM, Hanno Schlichting wrote: > I think you might get better help on one of the Pyramid support channels. > > Your problems all seem to be related to configuring a web server in > production mode, rather than database issues. > Thanks, I'll check out the Repoze.BFG IRC

Re: [ZODB-Dev] all webserver threads blocking on db.open()

2012-05-07 Thread Hanno Schlichting
I think you might get better help on one of the Pyramid support channels. Your problems all seem to be related to configuring a web server in production mode, rather than database issues. From what I can tell you are dealing with hung requests. I'd look at either the paster configuration options

[ZODB-Dev] all webserver threads blocking on db.open()

2012-05-07 Thread Claudiu Saftoiu
Hello all, I'm using Repoze.BFG, with paster to launch the webserver. This is a similar issue to the one I emailed about before titled "server stops handling requests - nowhere near 100% CPU or Memory used" The situation is the same. I used z3c.deadlockdebugger , and what I notice is that, when t