3
votes
2answers
503 views
What are some best practices for managing background threads in IIS?
I have written an HttpModule that spawns a background thread. I'm using the thread like a Scheduled Task that runs in-process, which is really handy.
What are best practices for keeping tr …
3
votes
17answers
472 views
Do you have performance problems when you work on Visual Studio projects via a network share?
We have tremendous problems with Visual Studio (2008, if that matters) locking up and slowing down when accessing projects over a network drive. It can take several minutes to open a large Web sit …
