java - tomcat6 regular task every 10 seconds -
Does Tomcat work some routine in some 10 seconds?
I notice this on my local Biscuit server, but not on the remote server.
Here is the JVM CPU usage:
See this It's a peak about every 10 seconds that I'm not running anything, and, what is this doing?
UPDATE : These are threads, it's true that I'm using quartz
for scheduler. But they are always waiting for the situation
Try to use visual or visual as an instrument and check which classes are included. It is possible that your tomat is using quartz.
Comments
Post a Comment