asp.net mvc 3 - Handeling multiple domains on server using multiple Application Pool In IIS 7 -
on website there around 30 instances, , each instance have created application pool in iis7.
increasing number of instances 30 35 causes lot of memory usage on server, , websites not working properly.
so put each instance in single pool, websites work fine.
so question how impacts performance of server if create multiple application pools or if have create 1 application pool multiple instances.
Comments
Post a Comment