> -----Original Message----- > From: Mladen Turk [mailto:mt...@apache.org] > Sent: Tuesday, 6 March 2012 11:52 PM > To: users@tomcat.apache.org > Subject: Re: Issues with the tomcat connector (On W2k8 + IIS7.5) > > On 03/06/2012 06:35 AM, Alex Samad - Yieldbroker wrote: > > Hi > > > > Under load, IIS will first start 1 process and then if enough request > > another > and another depending on load. So what I see is 4 process starting at about > the same time and the shared memory is getting corrupted and from there it > turns to poo. > > > > Try with the latest trunk. > I added process mutex instead critical section for guarding init_jk. > This should solve concurrent launches of multiple processes for the same > host by serializing access to initialization.
Great thanks > > > Regards > -- > ^TM > > -----Original Message----- > From: Mladen Turk [mailto:mt...@apache.org] > Sent: Tuesday, 6 March 2012 9:39 PM > To: users@tomcat.apache.org > Subject: Re: Issues with the tomcat connector (On W2k8 + IIS7.5) > > On 03/06/2012 06:35 AM, Alex Samad - Yieldbroker wrote: > > Hi > > > > ... a very long post :) Sorry wanted to make sure I had it all in there. Been working on it for a bit > > In general I agree that newest IIS's needs some tune up. > You are very welcome to provide patches. > > > Does somebody have a tar ball of a tree what I can just point to and > > compile :) (or maybe some instruction on how to get it to build from > > the svn tree in VS2010) > > > > That's easy. > Open VSxxx command prompt for target CPU and cd to native/iis then just > nmake -f Makefile.x86 or nmake -f Makefile.amd64 for 64-bit Cool will try that ! > > I don't believe in GUI :) Can believe how much of a pain VS is compared to eclipse ... but I can work a cli as well ! > > > Regards > -- > ^TM > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org