worker-process Questions

4

Solved

I have a .Net core worker service, which I am running as a windows service. The service is using appsettings.json file for the config information. After installing the service using SC CREATE comma...

2

Solved

I have an ASP.NET MVC application deployed on IIS 8.5 in a Web server and I would like to know the differences between these two features for the setting "Idle Time-out action". If proces...
Kielty asked 13/11, 2020 at 9:31

4

Solved

I've noticed that on one of my production web apps, when I manually recycle an app pool, the recycled worker process can take upwards of 60+ seconds to actually be completely destroyed, based on wa...
Palatalized asked 24/12, 2008 at 17:23

8

I need to make RunWorkerAsync() return a List<FileInfo>. What is the process to be able to return an object from a background worker?

1

Solved

I have always been using OnDemand start mode for my application pools but I have recently heard about AlwaysRunning mode which allows an ASP.NET application deployed to IIS to be available immediat...
Instrumentality asked 13/11, 2020 at 9:20

8

Solved

My CPU usage is 100% most of the the time in Windows Server 2008-R2 with my own vps, vmware, quad core, and 4GB Ram. When I open windows Task Manager and go to the resource monitor I see that 100% ...
Serpentiform asked 21/2, 2013 at 0:12

3

Solved

How do you increase the number of threads per worker process in IIS?
Tempt asked 11/7, 2013 at 17:38

3

When I look at the Features View for a site in IIS7.5 there is no icon for Worker Processes in the IIS group. Do I need to configure a setting or install a feature/role to make it appear?
Marylnmarylou asked 10/1, 2014 at 13:53

0

How can I prevent an entire application (process) crash when AccessViolationException (or another Corrupted State Exception) is thrown in an AppDomain in .NET 4.6? My goal is to wrap a 3rd party li...

4

Solved

I need to understand something about ASP.NET session state, as it applies to IIS 7 and ASP.net 3.5. If an application is configured to use in-process session state, will that work OK if there are ...

7

Solved

We have a fairly high volume ASP.Net site written in c# using MS commerce server, running in a 32-bit environment. I see the worker process up to 980 megabytes quite often. I would like to profile ...
Unsnarl asked 12/6, 2009 at 20:55

1

We have a simple signalr server and client running with the backplane enabled. When I looked in to the IIS worker process I found out in the current requests tab there is always this signalr connec...
Macassar asked 5/5, 2017 at 6:23

3

Solved

What is the best practice for deciding how many worker processes to allow for an ASP.NET web application? On one server I manage, creating a new AppPool defaults to 10 (maximum) worker processes. ...
Bate asked 27/1, 2010 at 23:47

4

Solved

I'm currently trying to figure out what the appropriate number of workers is for each Amazon Instance Type. I used to run one Gunicorn worker, however that proved to be quite slow. Many developers...

4

How have you set-up one or more worker scripts for queue-oriented systems? How do you arrange to startup - and restart if necessary - worker scripts as required? (I'm thinking about such tools as ...
Antisemite asked 8/2, 2009 at 21:51

2

Solved

I'm trying to implement a pool of workers in Go. The go-wiki (and Effective Go in the Channels section) feature excellent examples of bounding resource use. Simply make a channel with a buffer that...
Marvamarve asked 23/5, 2014 at 19:49

1

I couldn't find anywhere a solution on how to make queue_classic write logs to a file. Scrolls, which Queue_Classic uses for logging, doesn't seem to have any example either. Could someone provide...
Sighted asked 5/9, 2012 at 2:25

3

Solved

I would like to know what is exactly worker process recycling? What exactly it does at the time of worker process recycling? Worker process resides in application pool and can be configured throug...
Redraft asked 4/5, 2011 at 18:35

1

Solved

I was trying to install Visual Studio 2008 SP1 on my machine and I encountered this issue. I looked it up, it looks like IIS Worker Process is some kind of w3wp.exe, so I looked into my Windows T...
Nobile asked 10/7, 2013 at 20:20

3

We are experiencing this issue approximately once a month. It is very hard to pinpoint the cause so any help would be appreciated. This causes the App pool to stop and brings the site down. We have...
Kesley asked 4/5, 2009 at 20:30

1

Solved

I have an application that runs in an application pool that has muliple worker processes. I need to access the process id in the controller to check some issues I have since I changed the applicat...
Gemsbok asked 22/10, 2012 at 13:23

5

Solved

I am trying to deploy a .NET Web application to IIS (7.5) without any hassle for the users. I have made sure that Disable Overlapped Recycle is False but i still run into the same problem every tim...
Sosthena asked 18/3, 2011 at 21:28

1

Solved

I want to use TPL in Worker process on Windows Azure. I'm looking to add an IJob the queue, this has a Run method, so the worker will consist of: loop get item off queue Use TPL to call IJob.Run...

1

Solved

I've noticed as my website gets bigger and bigger, the time my laptop takes to display my page is much longer then say a new projects with minimal references. I think there are two variables at pl...
Pinkster asked 6/8, 2010 at 13:48

1

Solved

I have a lot of Singleton implementation in asp.net application and want to move my application to IIS Web Garden environment for some performance reasons. CMIIW, moving to IIS Web Garden with n ...
Conspecific asked 23/5, 2010 at 19:53

© 2022 - 2025 — McMap. All rights reserved.