asp.net - Overlapped Recycle and Application_Start -


i have asp.net web app using appfabric distributed caching. on application_start initialize connection appfabric. takes milliseconds acceptable. on occasion can take 30 seconds connect.

prior recycle have worker process (lets call wp1). under impression during recycle wp1 handled incoming requests while wp2 spinning up. assume wp2 becomes responsive when application_start code completes.

based on logging, not case. appears during recycle wp2 starts handling requests moment application_start begins , not when ends. do ensure app doesn't have 30 second downtime?

cheers in advance


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -