multithreading - All threads when running a java project -
multithreading - All threads when running a java project -
i using visualvm monitor java program, started within eclipse. using quartz scheduler , have 2 worker threads, there 3 threads quartz. have thread running listening socket. have thread pool 50 threads.
but shows there total 164 live threads 110 deamon threads. saw there datastreamer. java have thread handler info stream?
i saw there many pesponseprocessor block blk_... threads response for, , witch kind of block point to?
please note visualvm launch 5 threads of own rmi communication , serialization of thread dumps. can ignore those.
java multithreading jvm visualvm
Comments
Post a Comment