https://issues.apache.org/bugzilla/show_bug.cgi?id=56297
Bug ID: 56297 Summary: Attempted optimisation does not (improve performance) Product: Tomcat Connectors Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P2 Component: mod_jk Assignee: dev@tomcat.apache.org Reporter: apa...@xenoc.demon.co.uk Added Nov-2004 in JK 1.2.7 the COMPUTE_KEY_CHECKSUM macro is an attempt to allow us to check if we can skip a strcmp() invocation but the key generated is always the same as all 'names' in mod_jk start with the same four characters ('work' - from 'worker.') so it does not improve performance. http://svn.apache.org/viewvc?view=revision&revision=299957 It can be changed to a digest to get the desired performance gain. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org