On 10/03/2010, at 1:38 PM, Chuck Hill wrote:

> What Kieran said about jstack (but never ask him for database advice :-P).  
> If your sessions are deadlocking, that will point it out.  Otherwise, check 
> your sleep() and terminate() methods in Session.  If you have any code in 
> them,

I sure do!

> make it like this:
> 
> public void sleep() {
>       try {
>               // your code here
>       }
>       finally {
>               super.sleep();
>       }
> }

It's sure not!  Will fix.

> If you are using 5.3 and have a logout method that calls session.terminate(), 
> users double clicking on the logout link can also do this.

I have users that would definitely do things like double-click on a logout 
link, which does call session.terminate(), but I'm using 5.4.3.  Is that 
problem fixed in 5.4.3?


-- 
Paul.

http://logicsquad.net/


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-deploy mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-deploy/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to