Weibin Yao wrote:
The document said:"This directive configures the watchdog thread interval in 
seconds." from http://tomcat.apache.org/connectors-doc/reference/apache.html.

But the source code of mod_jk 1.2.27 ,mod_jk.c, line 2842->line 2843:
 /* apr_sleep() uses microseconds */
     apr_sleep((apr_time_t)(100000));

It looks the interval is 100 milliseconds.

Right, good catch!

The interval was 10 times higher then configured.
The fix will be part of 1.2.28 that's going to be
released this week anyhow.

Thanks
--
^(TM)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to