Thread Aborted exception with a Thread Timer fired in ASP.NET
Posted by: Rick Strahls WebLog,
on 27 Sep 2006 |
View original | Bookmarked: 0 time(s)
So one of the things Im doing in the Weblog is to handle backlink tracking in the background. Theres a scheduler that pushes all referred links that qualify into a database queue. I then have a routine off a timer that fires on a configurable interval to go and check the referred links. The routine works fine, but the Im having some big issues with the timer.
What appears to be happening is that the timer fires starts processing but in the middle of processing somewhere the Thread is getting...