Singleton object in IIS Web Garden
- by Anwar Chandra
I have a lot of Singleton implementation in asp.net application and want to move my application to IIS Web Garden environment for some performance reasons.
CMIIW, moving to IIS Web Garden with n worker process, there will be one singleton object created in each worker process, which make it not a single object anymore because n 1.
can I make all those singleton objects, singleton again in IIS Web Garden?