473,396 Members | 1,712 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

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 2592
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.com (Adam) wrote in message news:<1d*************************@posting.google.c om>...
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********@yahoo.de (Peter Gossmann) wrote in message news:<88**************************@posting.google. 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.com (Adam) wrote in message news:<1d*************************@posting.google.c om>...
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.com (Adam)
Newsgroups: microsoft.public.dotnet.framework.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*************************@posting.google.com>
References: <1d*************************@posting.google.com> <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**********@google.com
NNTP-Posting-Date: 28 Jul 2003 12:08:08 GMT
Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed 00.sul.t-online.de!t-onlin
e.de!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!sn-xit-03!sn-xit-01!sn-
xit-05!sn-xit-09!supernews.com!postnews1.google.com!not-for-mailXref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:162562
X-Tomcat-NG: microsoft.public.dotnet.framework.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********@yahoo.de (Peter Gossmann) wrote in message

news:<88**************************@posting.google. 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.com (Adam) wrote in message news:<1d*************************@posting.google.c om>...
> 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.com (Adam)
Newsgroups: microsoft.public.dotnet.framework.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*************************@posting.google.com>
References: <1d*************************@posting.google.com> <88**************************@posting.google.com >
<1d*************************@posting.google.com>
<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**********@google.com
NNTP-Posting-Date: 29 Jul 2003 18:47:52 GMT
Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed 00.sul.t-online.de!t-onlin
e.de!newsfeed.freenet.de!newsfeed.news2me.com!sn-xit-02!sn-xit-06!sn-xit-05!
sn-xit-09!supernews.com!postnews1.google.com!not-for-mailXref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:163084
X-Tomcat-NG: microsoft.public.dotnet.framework.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
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...
2
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...
3
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....
6
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...
6
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...
1
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...
1
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. ...
2
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
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. -...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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...
0
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.