Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
2answers
7k views

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 one server I manage, creating a new AppPool defaults to 10 (maximum) worker processes. ...
8
votes
2answers
5k views

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 process can take upwards of 60+ seconds to actually be completely destroyed, based on ...
7
votes
6answers
5k views

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 worker?
5
votes
3answers
4k views

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 application is configured to use in-process session state, will that work OK if there are ...
5
votes
2answers
1k views

IIS, multiple CPU cores, application pools and worker processes - best configuration for a single site?

We use Kentico CMS and I've exchanged emails with them about a web garden deployment. We have a single site running on a server with 8 cpu cores. In line with Kentico's advice, we have not altered ...
4
votes
5answers
506 views

Seamless deployment in ASP.NET (IIS kills worker process before new worker proces is ready)

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 time. ...
4
votes
2answers
4k views

When does IIS recycle the worker process?

When I setup an application pool for my web app in IIS 6 it defaults the worker process to recycle in 1740 minutes (29 hours). Does this recycle happen even if there is activity on the web site or ...
4
votes
3answers
1k views

Queuing systems - what is a good way to start up multiple workers?

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 ...
3
votes
1answer
177 views

Max tasks in TPL?

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 ...
3
votes
1answer
2k views

Clear the ASP.net cache for multiple worker processes

We have an ASP.net (2.0) application configured to run with multiple worker processes using the web garden option in IIS. Most of our data is cached and occasionally we have to clear the cache when ...
3
votes
6answers
7k views

IIS Worker Process using a LOT of memory?

I have one website on my server, and my IIS Worker Process is using 4GB RAM consistently. What should I be checking? c:\windows\system32\inetsrv\w3wp.exe
2
votes
1answer
410 views

Programmatically find when the ASP.NET worker process and app domain last started?

In ASP.NET: How can I tell when the ASP.NET worker process last restarted? In ASP.NET, how can I tell when the app domain last recycled?
2
votes
1answer
844 views

Singleton object in IIS Web Garden

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 ...
2
votes
1answer
591 views

Classic ASP session and Web Garden (multiple workers)

We are having issues with IIS6 slowdowns when using more than 1.2GB of RAM in a single worker and would like to use more workers. However looks like ASP sessions are made by worker and when the ...
2
votes
6answers
2k views

ASP.Net Worker Process Memory Profile Tools

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 ...
2
votes
2answers
547 views

Target IIS Worker Processes on Request

Ok, strange setup, strange question. We've got a Client and an Admin web application for our SaaS app, running on asp.net-2.0/iis-6. The Admin application can change options displayed on the Client ...
1
vote
1answer
82 views

ASP.NET Worker process getting killed when web app is inactive

My hosted ASP.NET MVC app takes long time (10-20 secs) when it launches. And after ASP.NET worker process is running, everything is normal. Problem is that the worker process is getting killed when ...
1
vote
1answer
343 views

What are the effects of increasing number of worker process for a sharepoint application hosted in Windows Server 2003

I have a sharepoint application hosted on a windows 2003 server with the maximum number of worker process set as 1 in the application pool. There are couple of sharepoint application hosted and one of ...
1
vote
3answers
2k views

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 "worker process" option. State recorded appear to be Authenticate Request and Execute ...
1
vote
1answer
559 views

Impact of Recycling Worker Process on WCF Service

i want to know what is the impact (in performance, availabillity, etc) that Recycling the Worker Process (IIS V 6.0) has over a WCF Service Hosted in IIS, i would also like to know if there's a best ...
1
vote
2answers
263 views

Prevent IIS from reusing worker processes for separate ASP.Net AppDomains

When IIS restarts an ASP.Net (2.0) web application, it can either: Recycle the AppDomain: Unload the AppDomain and load a new AppDomain on the same process (e.g. when HttpRuntime.UnloadAppDomain() ...
1
vote
0answers
168 views

C# Worker process garden framework

Here is the situation, I have a worker process that is automating Internet Explorer (via AxSHDocVw). This worker process is launched via a custom Windows service on the OS shell. I need to run ...
1
vote
2answers
364 views

Quicker way to attach to the worker process in VS

I'm using VS 2010. And in VS 2010 it's even more painful now to attach to the worker process when you want to test your local IIS site via IIS, not the VS built-in web server. It's more painful ...
1
vote
2answers
265 views

System architecture: simple approach for setting up background tasks behind a web application — will it work?

I have a Django web application and I have some tasks that should operate (or actually: be initiated) on the background. The application is deployed as follows: apache2-mpm-worker; mod_wsgi in ...
1
vote
1answer
75 views

.NET Tear Down a Windows Service

I'm in the middle of building a simple windows service and I'm running into a small issue. The service runs just fine, the OnStart method creates a worker process that listens for incoming UDP ...
1
vote
3answers
163 views

Rule of thumb for amount of usage memory it takes to make a worker process recycle?

I've got a code base with lots of this: byte[] contents = FileUtils.FileToByteArray(FileOfGartantuanProportions); I don't control my IIS server, so I can't see the system log or do instrumentation, ...
1
vote
2answers
442 views

Reliable way to see process-specific perf statistics on an IIS6 app pool

In perfmon in Windows Server 2003, there are counter objects to get per-process processor time and memory working set statistics. The only problem is that in an environment with multiple application ...
1
vote
3answers
2k views

Does an IIS worker process clear session variables when it recycles?

We're writing an asp.net web app on IIS 6 and are planning on storing our user login variables in a session. Will this be removed when the worker process recycles?
0
votes
1answer
10 views

Rapid-Fail Worker Processes

in ISS my application pool is shutdown due to Rapid-Fail Protection for Worker Processes now how can i identify that why Worker Process fails?? I looked into log but couldn't find some thing ...
0
votes
0answers
30 views

How to control number of running worker processes for MongoDB?

Well, as the question simply explains itself, let me clear it up little more. I am running MongoDB primarily for read-only purposes at back-end. My crons do the writes and they don't really push it ...
0
votes
0answers
72 views

Question about Job Queue management for PHP developer new to using worker processes

I'm attempting to create my first load-balanced PHP application that makes use of worker processes/servers. I use cloudcontrol for my hosting since they provide the convenience of a managed server ...
0
votes
0answers
61 views

mailmessage c# keeps IIS worker process open on the file being sent

EDIT: I isolated the problem to being a mail attachment, not the zip library that's keeping my worker process open...so this post has been modifie.d I'm using the DotNetzip library in its simplest ...
0
votes
1answer
132 views

Which IIS settings will allow me to process long-running ColdFusion requests without IIS giving up?

I have a web site that allows users to select some checkbox settings, save them as reports in a database, and come back to run them at any time. Some of these saved reports can take a little over ...
0
votes
2answers
167 views

IIS Application Pool Process Using A lot of Memory

I have a very weird problem with one of my IIS application pool processes. Ive been getting a System.OutOfMemoryException error lately and ive been trying to figure out exactly what is going on. ...
0
votes
1answer
62 views

How to prove the application working on web farm?

I have created a application that is the custom session mode and session bridge between asp and asp.net application. Now, I need to prove that is working or not. So, I have created an asp.net page. In ...
0
votes
0answers
145 views

IIS error after configuring auto-start: The worker process failed to initialize communication with the W3SVC and therefore could not be started

I followed instructions in Scott's blog to configure auto-start in iis for my application. Now, when I start my application pool I get the following error from source "IIS-W3SVC-WP" in event log: ...
0
votes
2answers
645 views

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 process recycling? Worker process resides in application pool and can be configured through ...
0
votes
1answer
182 views

Do external references slow down my ASP.NET application? (VS: Add Reference dialog)

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 play ...
0
votes
3answers
263 views

Building a worker thread pool for a non-thread-safe code

What's the best way to wrap non-thread-safe code in the .net framework? I've got a third-party library that isn't thread safe due to its use of static variables. Rewriting it isn't an option. This ...
0
votes
2answers
708 views

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 would be appreciated. This causes the App pool to stop and brings the site down. We have ...
0
votes
1answer
1k views

How do I prevent static member variables from being accessed by more than one request at a time in IIS?

I’m having some trouble with understanding how IIS is handling static variables on its threads. My understanding has always been that if IIS has 4 worker processes that it can handle 4 requests ...