Re: svn commit: r1158991 - in /tomcat/jk/trunk: native/iis/jk_isapi_plugin.c xdocs/miscellaneous/changelog.xml

2011-08-18 Thread Tim Whittington
Yeah - not sure what I was smoking on that one. Have reverted for another think. The basic problem we have is that the shared memory code assumes a single worker configuration, and when you have multiple ISAPI Redirectors on a single IIS with different configs that goes a bit wonky. For a start,

svn commit: r1158991 - in /tomcat/jk/trunk: native/iis/jk_isapi_plugin.c xdocs/miscellaneous/changelog.xml

2011-08-17 Thread timw
Author: timw Date: Thu Aug 18 01:54:31 2011 New Revision: 1158991 URL: http://svn.apache.org/viewvc?rev=1158991view=rev Log: Use the DLL handle to make the shared memory file name used by the ISAPI Redirector unique for each DLL - the redirector supports multiple instances per website, and

Re: svn commit: r1158991 - in /tomcat/jk/trunk: native/iis/jk_isapi_plugin.c xdocs/miscellaneous/changelog.xml

2011-08-17 Thread Mladen Turk
On 08/18/2011 03:54 AM, t...@apache.org wrote: Author: timw Date: Thu Aug 18 01:54:31 2011 New Revision: 1158991 URL: http://svn.apache.org/viewvc?rev=1158991view=rev Log: Use the DLL handle to make the shared memory file name used by the ISAPI Redirector unique for each DLL - the redirector