Top "Worker-process" questions

A worker process is user-mode code whose role is to process requests, such as processing requests to return a static page, invoking an ISAPI extension or filter, or running a Common Gateway Interface (CGI) handler.

How prevent CPU usage 100% because of worker process in iis

My CPU usage is 100% most of the the time in Windows Server 2008-R2 with my own vps, vmware, quad core, …

asp.net iis-7.5 windows-server-2008-r2 cpu-usage worker-process
ASP.NET Web Garden - How Many Worker Processes Do I Need?

What is the best practice for deciding how many worker processes to allow for an ASP.NET web application? On …

asp.net web-applications iis-7 worker-process
How to make BackgroundWorker return an object

I need to make RunWorkerAsync() return a List<FileInfo>. How can I return an object from a background …

c# concurrency asynchronous backgroundworker worker-process
Increase number of threads per worker process IIS

How do you increase the number of threads per worker process in IIS?

iis-7 worker-process
IIS App Pools - Stop/Start vs Recycle

I've noticed that on one of my production web apps, when I manually recycle an app pool, the recycled worker …

iis application-pool worker-process recycle
IIS 7 worker process bottleneck, large number of awaiting requests under application pool ASP.NET 3.5 + 2.0

I am using ASP.NET 2.0, .NET 2.0 Framework, and IIS 7. I am seeing a large queue of "requests" appear under the "…

asp.net performance .net-3.5 iis-7 worker-process
ASP.NET session state and multiple worker processes

I need to understand something about ASP.NET session state, as it applies to IIS 7 and ASP.net 3.5. If an …

asp.net asp.net-mvc iis-7 session-state worker-process
How to close IIS Worker Process

I was trying to install Visual Studio 2008 SP1 on my machine and I encountered this issue. I looked it up, …

iis visual-studio-2008-sp1 w3wp worker-process
Worker process reached its allowed processing time

We are experiencing this issue approximately once a month. It is very hard to pinpoint the cause so any help …

iis-6 worker-process application-pool
What is worker process recycling....?

I would like to know what is exactly worker process recycling? What exactly it does at the time of worker …

c# .net iis-7 worker-process recycle