Re: WO instance locks up and won't die.
Re: WO instance locks up and won't die.
- Subject: Re: WO instance locks up and won't die.
- From: Anjo Krank <email@hidden>
- Date: Wed, 19 Nov 2003 09:51:17 +0100
Am 19.11.2003 um 05:07 schrieb Chuck Hill:
About once a day I notice (in JavaMonitor) that the active session
count is higher than it should be given that I only have a small
number
of users. Then my users will discover that they can't start a new
session.
They may actually find their sessions terminated, but they don't think
in these terms so I'm not sure if that's what happens. They just say
"The system is not letting me in"
It sounds as if your are deadlocking. Two common causes of this are
unbalanced locks to editing contexts (or other EO objects) and
exceptions
in your code triggering bugs in WO that result in checked out sessions
not
getting checked back in.
If you are not running MT, then Project Wonder's ERXApplication class
has some code that deals exactly with this situation....
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.