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: 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

Thread Local Host

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

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -