mturk 2002/07/16 10:27:21
Modified:jk/native2/server/isapi jk_iis_thread_pool.c
Log:
Make all thread function as void and use
ExitThread insted of return 0.
Revision ChangesPath
1.3 +9 -7
jakarta-tomcat-connectors/jk/native2/server/isapi/jk_iis_thread_poo
mturk 2002/07/14 06:41:36
Modified:jk/native2/server/isapi jk_iis_thread_pool.c
Log:
Detach the jvm when the thread receives the shudown signal.
There is a substantial performance gain using this approach.
Revision ChangesPath
1.2 +10 -1
jakarta-tomcat-con
mturk 2002/07/08 00:43:51
Added: jk/native2/server/isapi jk_iis_thread_pool.c
Log:
IIS Thread pool.
Revision ChangesPath
1.1
jakarta-tomcat-connectors/jk/native2/server/isapi/jk_iis_thread_pool.c
Index: jk_iis_thread_pool.c
==