473,799 Members | 3,026 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Two Worker Process running at once

I have been having a problem where two aspnet_wp are starting when I
view a web page I made. This has just started happening. If anyone
has had a problem like this I would like to know why this might be
happening.
Nov 17 '05 #1
5 2617
Do you have a dual processor machine?
If so, one apsnet_wp process is started per processor.

I know it is unlikely, but i just wanted to let you know, because i
was searching for the same info not long ago.

Me******@msn.co m (Adam) wrote in message news:<1d******* *************** ***@posting.goo gle.com>...
I have been having a problem where two aspnet_wp are starting when I
view a web page I made. This has just started happening. If anyone
has had a problem like this I would like to know why this might be
happening.

Nov 17 '05 #2
I don't have a dual processor system and I don't have web garden
enabled. Thanks for the suggestions but there is still something else
going on.
pe********@yaho o.de (Peter Gossmann) wrote in message news:<88******* *************** ****@posting.go ogle.com>...
Do you have a dual processor machine?
If so, one apsnet_wp process is started per processor.

I know it is unlikely, but i just wanted to let you know, because i
was searching for the same info not long ago.

Me******@msn.co m (Adam) wrote in message news:<1d******* *************** ***@posting.goo gle.com>...
I have been having a problem where two aspnet_wp are starting when I
view a web page I made. This has just started happening. If anyone
has had a problem like this I would like to know why this might be
happening.

Nov 17 '05 #3
Hi Meadam,

In that case, what is happening is that something is happening in the
original worker process that prevents it from recycling when you make a
change. Therefore, the original worker process remains running and a new
worker process is launched to host the new app domain.

If you want to know what the original worker process is doing, you will
need to get a dump of it (a hang dump via process ID) and analyze that in a
debugger such as WinDbg to see what it's doing.

Jim Cheshire
Developer Support
ASP.NET
ja******@online .microsoft.com

This post is provided as-is with no warranties and confers no rights.

--------------------
From: Me******@msn.co m (Adam)
Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
Subject: Re: Two Worker Process running at once
Date: 28 Jul 2003 05:08:08 -0700
Organization : http://groups.google.com/
Lines: 17
Message-ID: <1d************ *************@p osting.google.c om>
References: <1d************ *************@p osting.google.c om> <88************ **************@ posting.google. com>NNTP-Posting-Host: 207.170.5.25
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google. com 1059394088 14281 127.0.0.1 (28 Jul 2003 12:08:08 GMT)X-Complaints-To: gr**********@go ogle.com
NNTP-Posting-Date: 28 Jul 2003 12:08:08 GMT
Path: cpmsftngxa06.ph x.gbl!TK2MSFTNG P08.phx.gbl!new sfeed00.sul.t-online.de!t-onlin
e.de!news-spur1.maxwell.s yr.edu!news.max well.syr.edu!sn-xit-03!sn-xit-01!sn-
xit-05!sn-xit-09!supernews.co m!postnews1.goo gle.com!not-for-mailXref: cpmsftngxa06.ph x.gbl microsoft.publi c.dotnet.framew ork.aspnet:1625 62
X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet

I don't have a dual processor system and I don't have web garden
enabled. Thanks for the suggestions but there is still something else
going on.
pe********@yah oo.de (Peter Gossmann) wrote in message

news:<88******* *************** ****@posting.go ogle.com>...
Do you have a dual processor machine?
If so, one apsnet_wp process is started per processor.

I know it is unlikely, but i just wanted to let you know, because i
was searching for the same info not long ago.

Me******@msn.co m (Adam) wrote in message news:<1d******* *************** ***@posting.goo gle.com>...
> I have been having a problem where two aspnet_wp are starting when I
> view a web page I made. This has just started happening. If anyone
> has had a problem like this I would like to know why this might be
> happening.


Nov 17 '05 #4
Thank you and you were right. It turned out that my app got stuck in
a endless loop at times and the process was not able to be recycled.

Thanks again
Nov 17 '05 #5
No problem. Thanks for the update.

Jim Cheshire
Developer Support
ASP.NET
ja******@online .microsoft.com

This post is provided as-is with no warranties and confers no rights.

--------------------
From: Me******@msn.co m (Adam)
Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
Subject: Re: Two Worker Process running at once
Date: 29 Jul 2003 11:47:51 -0700
Organization : http://groups.google.com/
Lines: 4
Message-ID: <1d************ *************@p osting.google.c om>
References: <1d************ *************@p osting.google.c om> <88************ **************@ posting.google. com>
<1d************ *************@p osting.google.c om>
<dq************ *@cpmsftngxa06. phx.gbl>NNTP-Posting-Host: 207.170.5.25
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google. com 1059504472 23274 127.0.0.1 (29 Jul 2003 18:47:52 GMT)X-Complaints-To: gr**********@go ogle.com
NNTP-Posting-Date: 29 Jul 2003 18:47:52 GMT
Path: cpmsftngxa06.ph x.gbl!TK2MSFTNG P08.phx.gbl!new sfeed00.sul.t-online.de!t-onlin
e.de!newsfeed.f reenet.de!newsf eed.news2me.com !sn-xit-02!sn-xit-06!sn-xit-05!
sn-xit-09!supernews.co m!postnews1.goo gle.com!not-for-mailXref: cpmsftngxa06.ph x.gbl microsoft.publi c.dotnet.framew ork.aspnet:1630 84
X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet

Thank you and you were right. It turned out that my app got stuck in
a endless loop at times and the process was not able to be recycled.

Thanks again


Nov 17 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
23087
by: Abhishek Srivastava | last post by:
Hello All, In IIS 6.0 We have a concept of worker processes and application pools. As I understand it, we can have multiple worker process per appliction pool. Each worker process is dedicated to a pool. If I assign only one application to a applicaton pool and have multiple worker processes assigned to that pool. Will my application be processed by many worker processes?
2
4590
by: Carl Gilbert | last post by:
Hi I am trying to get an online gallery (www.ngallery.org - open source) to upload image to a folder. At the moment I am using localhost but plan to move to some web space when I get it all working. I need to update my 'images' folder permissions so the ASP.NET worker process has write permissions. However, when I go to the folder permissions, there is not worker process
3
2515
by: Danny Miller | last post by:
Hi there, I've got a web app that uses impersonation and makes calls to a SQL Server backend. I'd like to be able to automate the setting of database security for the web app upon deployment. What I'd like to do during installation is the following: - run the database creation script - determine the user context that the ASP.NET worker process is running under - assign privileges for that user in the new database
6
5001
by: James Radke | last post by:
Hello, I have a multithreaded windows NT service application (vb.net 2003) that I am working on (my first one), which reads a message queue and creates multiple threads to perform the processing for long running reports. When the processing is complete it uses crystal reports to load a template file, populate it, and then export it to a PDF. It works fine so far....
6
5995
by: Joe Jax | last post by:
I have an object that spawns a worker thread to process one of its methods. That method processes methods on a collection of other objects. During this processing, a user may request to cancel the entire operation. I could request abort on the worker thread, but that is a) potentially messy, and b) not guaranteed to take immediate effect anyway. I would rather have some way of allowing the main thread to tell the worker thread that it...
1
3116
by: Diffident | last post by:
Hello All, I have been caching an object in a web app and I am running the web app on my localhost i.e., local machine which has its own IIS web server. Now my question is if I access web application from my localhost where would that cached object live? Is it in web server's memory OR inside the worker process? I am assuming that the cache objects are stored in web server's memory. But interestingly everytime I close my browser (only...
1
1530
by: Flack | last post by:
Hey guys, I'm trying to update a progress bar for a long running process that updates quite frequently. I also would like the GUI to remain responsive to resizing/moving/repainting, etc. When I use the below methods in a background worker thread the GUI doesn't remain very responsive. Is it because the progress bar is being updated very frequently? If I have a real process running that updates just as fast, what can I do to keep...
2
1828
by: Bhuwan Bhaskar | last post by:
Hi, Can anyone explain me about what is a worker process in ASP.net. Thanks and Regards, Bhuwan
1
3460
by: nicerun | last post by:
I'm using the Application_Start event at Global.asax.cs to invoke thread that do some job. I know that Application_Start event occurs when the very first request to Web Application received. - Setting worker process count 1. Start | Programs | Administrative Tools | Internet Information Services 2. Right-click on the application pool, e.g. ‘DefaultAppPool’, and select ‘Properties’
0
9546
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10491
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10247
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10031
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7571
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6809
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
4146
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3762
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2941
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.