I have app that has few schedule tasks that get initiated at application start. These task execute the actions and then sleep for X amount of time. This works perfectly fine except for the task that run sleep longer then the default time set for recycling in the application pool.
Its a small application only intended for internal use. The app at most will only have 10-15 people logged in at the same time and the server only has this app hosted on it.
I was wondering if its safe to turn off recycling ?
xtime since the last time it ran, to see if it's time to initiate it again? – Cory May 31 '12 at 3:17