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.
--------------
YaoWeibin
2009-03-10
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]