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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

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