Need to stress test IIS 7 how to do that progmatically?
-
I have a new vm 2008 box with 8gig Ram and 6 processors running IIS 7. I need to find a way to set my website up in a certain app_pool while other websites are in a seperate app_pool and try to bring it down. We are trying to see if one app_pool looses all its resources what happens to the rest of the websites in the seperate app_pools. Can someone offer some suggestions on how I can test the website to accompolish this? COuld be C# code or asp.net page that does it, just needs to be done. Any help? Thanks
-
I have a new vm 2008 box with 8gig Ram and 6 processors running IIS 7. I need to find a way to set my website up in a certain app_pool while other websites are in a seperate app_pool and try to bring it down. We are trying to see if one app_pool looses all its resources what happens to the rest of the websites in the seperate app_pools. Can someone offer some suggestions on how I can test the website to accompolish this? COuld be C# code or asp.net page that does it, just needs to be done. Any help? Thanks
Just read the documentation "Because each worker process operates as a separate instance of the worker process executable, W3wp.exe, the worker process that services one application pool is separated from the worker process that services another. Each separate worker process provides a process boundary so that when an application is assigned to one application pool, problems in other application pools do not affect the application." http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/67e39bd8-317e-4cf6-b675-6431d4425248.mspx?mfr=true[^]
I know the language. I've read a book. - _Madmatt