Hi:
i am thinking about use the singleton pattern in a Web application.
As i think, the limitation is that the implicit locks of the .net CLR can reduce the performance of the application.
The scalability of the aplication is very important for me, so i can asume the creation of a new instances to serve other requests to avoid this loks...
Any idea?
PD: Do you know a good document about the load and unload (deeply) of the assemblies in a Web scenario? (and in a Windows scenario too)...
Thanks in advance!
...
Go to the complete details ...