Hello all!
I need to use infinite loop in my webapp. I want to initilize it on every appstart. Could my webapp aborts this thread when one of users requests execution failed? How it interfer on performance? Is it right that if my idle webapp has no active sessions in idle time, my infinite loop thread stay working and only iis recycle or iisreset can abort it? Thank you for advice.