Tagged Questions

24
votes
3answers
4k views

Singleton Per Call Context (Web Request) in Unity

A few days ago I had this issue with ASP.Net threading. I wanted to have a singleton object per web request. I actually need this for my unit of work. I wanted to instantiate a unit of work per web ...
0
votes
2answers
53 views

Making a WCF Singleton run for long periods

I have a WCF service that runs as a singleton in IIS. The issue with this service is that the worker process recycles in approx. 40 minutes. Is it possible to make the service run for long periods ...