|
From: Mikkel D. <mi...@co...> - 2003-01-31 16:31:37
|
> Mikkel Damsgaard wrote: > > > I noticed in the repository that a new method requestThreadDump is > > available. > > This is great. > > > > But, I dont like it being implemented in the native library. I would > > prefer it to send a message > > to the wrapper executable and have it send a console signal to the jvm. > > That would also be possible. But what do you not like about the current > method? > Doing it this way makes it possible for the Thread Dump functionality to > work when > the JVM is being run standalone. Without the Wrapper process > controlling it. > I just wished to be able to not having the native code loaded at all, but alas, you are right, it is vital when running as a service and the user logs of. Thanx for the answer. |