A
Ajay Pal Singh
Hi,
I've one question related to singelton implementation of a class. Suppose a
class is as Singelton and contains a public method. If there are more than
one requests for the same method simultaneously. How the dotnet runtime
handles this scenario.
Will it force the second request to wait the till the execution of first
request for the same method.
Please throw some light.
Regards,
Ajay
I've one question related to singelton implementation of a class. Suppose a
class is as Singelton and contains a public method. If there are more than
one requests for the same method simultaneously. How the dotnet runtime
handles this scenario.
Will it force the second request to wait the till the execution of first
request for the same method.
Please throw some light.
Regards,
Ajay