Hello,
I’m trying to implement simple method to control service threads. I’ve created java service which gets list of threads from IS JVM. Unfortunately, I dont know how could I identify that particular thread is the thread I want to stop.
Of course I know that killing JVM threads isn’t a good solution, but I’m ready to take this risk
Any suggestions will be appreciated
Thanks in advance.