Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 26112 invoked from network); 15 Oct 2002 12:16:03 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 15 Oct 2002 12:16:03 -0000 Received: (qmail 21049 invoked by uid 97); 15 Oct 2002 12:16:44 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@jakarta.apache.org Received: (qmail 20999 invoked by uid 97); 15 Oct 2002 12:16:43 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 20988 invoked by uid 97); 15 Oct 2002 12:16:42 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Date: 15 Oct 2002 12:15:52 -0000 Message-ID: <20021015121552.4942.qmail@icarus.apache.org> From: mturk@apache.org To: jakarta-tomcat-connectors-cvs@apache.org Subject: cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_uriMap.h X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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: For additional commands, e-mail: