wcf - Does recycling the IIS7 application pool kill any currently executing requests? -


does recycling iis7 application pool kill executing requests? or wait requests complete (like drain-stop)?

i don't want recycling rules cause intermittent errors wcf sites.

thanks

no.

by default, www service establishes overlapped recycle, in worker process terminated kept running until after new worker process started.

this documentation iis6 , sure applies iis7.

if web service requests long-running, might consider increasing shutdown timeout.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -