Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / October 2007

Tip: Looking for answers? Try searching our database.

Worker process

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Bhuwan Bhaskar - 23 Oct 2007 07:46 GMT
Hi,

Can anyone explain me about what is a worker process in ASP.net.

Thanks and Regards,
Bhuwan
Juan T. Llibre - 23 Oct 2007 11:32 GMT
re:
!> Can anyone explain me about what is a worker process in ASP.net.

A web server worker process is a Windows process used to run IIS applications.
ASP.NET applications can be run by a worker process.

Depending on how IIS is configured, there can be multiple worker processes
running which are serving different Web applications concurrently.

This design separates applications by process boundaries, and it helps achieve maximum Web server reliability,
i.e., it isolates apps so that if an app fails, the rest of the applications running on the server continue to work.

In IIS 6.0, the worker processes (W3wp.exe) call HTTP.sys
for processing/sending requests and receiving responses over the Web.

Here's some articles for you to read more about worker processes:

http://www.codeproject.com/aspnet/aspwp.asp

http://msdn2.microsoft.com/en-us/library/ms225480(VS.80).aspx

http://msdn2.microsoft.com/en-us/library/ms524990.aspx

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
> Hi,
>
> Can anyone explain me about what is a worker process in ASP.net.
>
> Thanks and Regards,
> Bhuwan
Bhuwan Bhaskar - 24 Oct 2007 03:47 GMT
Thanks Juan !!!

Bhuwan

> re:
> !> Can anyone explain me about what is a worker process in ASP.net.
[quoted text clipped - 32 lines]
>> Thanks and Regards,
>> Bhuwan

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.