ASP.NET, threading and singleton

  • Thread starter Francois Malgreve
  • Start date
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
 
J

John Saunders

Francois Malgreve said:
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?

ASP.NET is multithreaded.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,567
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top