Re: App freeze problem

David Teran <[email protected]> Wed, 1 Sep 2004 09:37:36 +0200
Newsgroups gmane.comp.web.webobjects.admin
Message-ID <[email protected]>
Hi,

did you try kill -3 yourAppPid ? This could give hints about deadlocks.

If you do this and see multiple threads sitting and waiting 
"object.wait()" then you probably have a deadlock. I would be -very- 
interested in the stacktrace.

regards David

Am 01.09.2004 um 01:26 schrieb davinder singh:

> Hi,
> I'm facing problems similar to what were discussed in
> the threads - Deadlock, I think and Growing Number Of
> WOWorkerThreads. They were posted long back during
> WO5.1 days.
> I wonder, if anyone still faces these issues with
> WO5.2.3?
> To recall the problem the app just freezes, unable to
> be controlled by monitor. I have to kill it and the
> message in the log says:
> Growing Number Of WOWorkerThreads to 32
> Growing Number Of WOWorkerThreads to 64
> I'm using sharedEditingContext, properly unlocking
> them in finally{} and running 4 instances on a
> Mac10.3.5 server.
> Any suggestions???
> Thanks,
> Davinder.
>
>
> 		
> _______________________________
> Do you Yahoo!?
> Win 1 of 4,000 free domain names from Yahoo! Enter now.
> http://promotions.yahoo.com/goldrush
> _______________________________________________
> WebObjects-admin mailing list
> [email protected]
> http://www.omnigroup.com/mailman/listinfo/webobjects-admin
>