Here are the stack traces of my locked threads:

There server is still in this state (I have two operating now), so if anyone can provide insight into debugging things I can type to figure out what is happening, I'm available to chat on MSN or skype.

Thanks
Dennis


So, I've been reading the source of the sqlalchemy pool and python's Queue.  The mutex in the queue is where the lock is taking place but I don't see any reason why that mutex would lock indefinately unless an operation inside the lock was blocking.  What would do that though?  Wouldn't any connect options to the database either timeout or error out after a bit?  Surely a release operation wouldn't lock.  The locks never go away and those threads are stuck in that state.

Thoughts?
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Sqlalchemy-users mailing list
Sqlalchemy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

Reply via email to