apache - Do we really need to restart IIS 7 application pool? Do the same practice apply to other web servers? -


i wondering why restarting iis 7 application pool consider practice? know it'll clean orphan resources threads or session state, how other web server deal kind of problem? java developer/admin have restart weblogic/websphere/apache/tomcat every clean junk in memory?

typically it's used compensate bad programming. yours, third parties depending on libraries using.

and, recommendations, it's best @ specific environment see if it's necessary before doing it.

start profiling app. simple way let run while under load. things memory utilization settle down or continually grow?

if keeps growing, need set iis recycle every , go fix app. if grows point settles down should fine. make sure test edge cases of app.


Comments

Popular posts from this blog

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -