DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16638>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16638 Jk2 connector with Microsoft IIS slow in multiple domain environment Summary: Jk2 connector with Microsoft IIS slow in multiple domain environment Product: Tomcat 4 Version: 4.1.18 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Connector:Coyote JK 2 AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Jk2 connector is very slow (processing of each request takes seconds) when using it in environment which has multiple NT domains. I suspect that reason for this is LookupAccountSid call in jk_service_iis.c, which is used to get names of user's groups. The code is always trying to retrieve the group names, although they might never be used. There should be an option to disable this behaviour. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]