mturk 2002/10/15 05:15:51 Modified: jk/native2/include jk_uriMap.h Log: Add host map cache. Revision Changes Path 1.17 +6 -1 jakarta-tomcat-connectors/jk/native2/include/jk_uriMap.h Index: jk_uriMap.h =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/include/jk_uriMap.h,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- jk_uriMap.h 23 Sep 2002 17:36:25 -0000 1.16 +++ jk_uriMap.h 15 Oct 2002 12:15:51 -0000 1.17 @@ -109,7 +109,12 @@ * level. */ struct jk_map *vhosts; - + + /* Virtual host map cache. Once processed the mapped host + * will be cached for performance reasons. + */ + struct jk_map *vhcache; + /* ---------- Methods ---------- */ /** Initialize the map. This should be called after all workers
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>