costin 02/04/25 11:51:15
Modified:jk/native2/common jk_objCache.c jk_pool.c
Log:
Update rc.
Revision ChangesPath
1.6 +9 -9 jakarta-tomcat-connectors/jk/native2/common/jk_objCache.c
Index: jk_objCache.c
==
hgomez 02/02/21 03:12:11
Modified:jk/native2/common jk_objCache.c jk_pool.c jk_registry.c
jk_registry.h
Log:
Fourth batch of jk2 renaming
Revision ChangesPath
1.5 +9 -9 jakarta-tomcat-connectors/jk/native2/common/jk_objCache.c
Ind
costin 02/02/06 11:14:50
Modified:jk/native2/common jk_objCache.c
Log:
- a more efficient and natural alghoritm - instead of searching in the
array for an object, we use a normal stack.
- allow the cache to grow, if -1 is set as size
Revision ChangesPath
1.4
costin 01/12/12 13:55:30
Modified:jk/native2/common jk_objCache.c
Log:
Finishing the implementation ( actually code move ) of the obj cache.
Revision ChangesPath
1.2 +50 -4 jakarta-tomcat-connectors/jk/native2/common/jk_objCache.c
Index: jk_objCache.c
=
costin 01/12/06 14:51:23
Added: jk/native2/common jk_objCache.c
Log:
Cut&paste from jk_ajp14_worker.
Revision ChangesPath
1.1 jakarta-tomcat-connectors/jk/native2/common/jk_objCache.c
Index: jk_objCache.c
===