https://issues.apache.org/bugzilla/show_bug.cgi?id=52659
Mladen Turk <mt...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED OS/Version| |All --- Comment #3 from Mladen Turk <mt...@apache.org> 2012-03-20 04:55:20 UTC --- Fixed with the 1.2.34 by ensuring that ... 1. We have a process mutex for serializing initialization 2. Parameters are updated from shared memory if shared memory is explicitly updated Note however that recycle and isapi_redirector are conceptually wrong. isapi_redirector is a proxy, has its own connection pool and connection pool management. You should disable IIS worker recycle in production to have optimal performance, because the entire recycle concept is meant to handle wrongly written .NET applications having memory leaks. This is not the case with isapi_redirect. Next you should also limit the number if isapi_redirect instances per physical IIS instance and preferably have just one. You can use uriworkerap.properties to handle mapping for multiple vhosts. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- 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