Eclipse + WebObjects question
Eclipse + WebObjects question
- Subject: Eclipse + WebObjects question
- From: "Ricardo J. Parada" <email@hidden>
- Date: Thu, 13 Nov 2008 14:42:36 -0500
When I run my application in development I see around 8 threads. They are named [WorkerThreadn] where n is a number between 0 and 8. There there are two daemon threads. And one thread named [main].
Now, I'm the only one connecting to the application and my application seems to be busy doing something. I want to stop the thread that's busy doing the work. But I don't know which one. So what I do is stop all and then inspect each one until the stack trace reveals which ones is the one that was busy in my code doing something.
But that seems very tedious. Is there an easy way to do this? In other words, I would like to know if there is a quick way to identify the thread that is busy from all the others and stop that one directly or maybe stop all of them but go into the one that was busy directly without having to click open each one until I find it.
:-) |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden