Curious what solution Stack Exchange uses for running background tasks, considering they are running many databases and domains, and scale across many machines. Generally that makes windows services relics of the past, if you need to scale job processing over many boxes across many databases.
Can anyone at SE shed light on how they program these background tasks? Originally Jeff blogged about using cache invalidation events as mechanisms for scheduling jobs.