In one of our
projects, we use a .NET web application to serve data from MS SQL
database to a remote desktop applications as well as host a group of
threads which manage the application workflow.
Each workflow
thread runs a long running process which it manages external resources.
In our case, reading emails from an Exchange server and communicating
with a central server for informaiton updates.
Has anyone used .NET with ISS to run long running threads processes? What type of behaviour have you seen? Other options?