F
Francois Malgreve
Hi,
I am implemeting a singleton object in my ASP.NET application.
Therefore I need to know if ASP.NET is multithreaded or not.
All i know is that there is one worker process running ASP.NET application
(aspnet_wp). That process being called by IIS. Nevertheless I do not know
much more than that. And I do not know if this process will launch several
threads or not. I assume it could have a pool of thread to process different
request in the same time.
Anyway is there anyone who could give me information about multithreading
and/or singleton use in ASP.NET environment?
Best regards,
Francois
I am implemeting a singleton object in my ASP.NET application.
Therefore I need to know if ASP.NET is multithreaded or not.
All i know is that there is one worker process running ASP.NET application
(aspnet_wp). That process being called by IIS. Nevertheless I do not know
much more than that. And I do not know if this process will launch several
threads or not. I assume it could have a pool of thread to process different
request in the same time.
Anyway is there anyone who could give me information about multithreading
and/or singleton use in ASP.NET environment?
Best regards,
Francois