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

Home Posts Topics Members FAQ

W3WP.EXE still exists, but not responding...

Friends,

We are preparing for Beta release of a new ASP.NET project, but our initial
in-house tests are not going well. We have had W3WP.exe (and aspnet_wp.exe)
die, and we feel we can monitor it's death and sometimes get useful
information out of the DMP file.

But lately, W3WP.exe lives, but appears hung. New request to the
application hang unresponsive, existing user sessions are unresponsive, and
eventually session timeout and go away. W3WP.exe had grown to around 250mb,
but we have a full 2gb on the test server, so doubt this is a memory thing.
Recycling that App Pool starts a new W3WP.exe, and folks can login to our
app and begin again. The "hung" W3WP.exe lives until we kill it.

I don't know were to begin. Has anybody seen W3WP.exe stop serving things?
How might we proceed? (Debugging doesn't seem possible since we need a real
server load to get this situation to occur.)

Any thoughts, words, or links will be very much appreciated! Thanks in
advance.

James Hunter Ross
Nov 19 '05 #1
3 2827
Give brief description about what operations your web application is
supposed to perform, than someone might be able to help you guess what's
going wrong. (e.g.: Whether accept upload files, control hardware, use other
3rd party COM objects, etc.)

"James Hunter Ross" <ja********@one ilsoft.com> ¼¶¼g©ó¶l¥ó·s»D: %2************* ***@TK2MSFTNGP1 0.phx.gbl...
Friends,

We are preparing for Beta release of a new ASP.NET project, but our
initial in-house tests are not going well. We have had W3WP.exe (and
aspnet_wp.exe) die, and we feel we can monitor it's death and sometimes
get useful information out of the DMP file.

But lately, W3WP.exe lives, but appears hung. New request to the
application hang unresponsive, existing user sessions are unresponsive,
and eventually session timeout and go away. W3WP.exe had grown to around
250mb, but we have a full 2gb on the test server, so doubt this is a
memory thing. Recycling that App Pool starts a new W3WP.exe, and folks can
login to our app and begin again. The "hung" W3WP.exe lives until we kill
it.

I don't know were to begin. Has anybody seen W3WP.exe stop serving
things? How might we proceed? (Debugging doesn't seem possible since we
need a real server load to get this situation to occur.)

Any thoughts, words, or links will be very much appreciated! Thanks in
advance.

James Hunter Ross

Nov 19 '05 #2
We query a DB using our own API, display records in a grid, allow add and
update, etc. Mostly Web Form stuff. The bottom line is that the worker
process stop responding, CPU use that process is zero, and I don't knwo how
to even begin to track this down.

James
Nov 19 '05 #3
Is your W3WP.EXE really stop responding? You can try adding an ASPX page
with one literal control that on the Page_Load of code-behind will output
some server-side value like the current username or a value in Session
variables.

When the w3wp.exe appears hang, try browse that page. If it can successfully
display, then the w3wp.exe is not hang, just for some reason cannot display
your page correctly.

Concerning memory problem, seems your web application will store data in
memory until your session timeouts and GC recollected the space. Actually if
I were you, I'll try to use DataReader to read data and write my own routine
to "draw" the table myself, so I can free the datareader once I finish
rendering the table, but then it'll be less productive... you'll decide
yourself whether you have time to try this out and see if there's any
difference... (I think this may not be the best way to do this, you can also
wait to see if others have other inputs)

"James Hunter Ross" <ja********@one ilsoft.com> ¼¶¼g©ó¶l¥ó·s»D: %2************* ***@TK2MSFTNGP1 0.phx.gbl...
We query a DB using our own API, display records in a grid, allow add and
update, etc. Mostly Web Form stuff. The bottom line is that the worker
process stop responding, CPU use that process is zero, and I don't knwo
how to even begin to track this down.

James

Nov 19 '05 #4

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

Similar topics

1
11190
by: Louis | last post by:
Hi All, I'm using w2k3 and IIS6, is it true that when I start the .net web application, there will be a process w3wp.exe? As my application is using asp.net, but when I start the web site, there is no w3wp.exe in task manager. And a process that related to this web application always stop suddenly. Could anyone help? Thank you.
3
467
by: Helge | last post by:
I'm developing a web site with asp.net, mainly vb on a Windows 2003 server. Quite often the web site stops responding for 15-20 seconds. A web page that usually take 2 seconds to produce takes forever. During this time,the w3wp process takes 100% of the CPU time. I'm using only asp.net, no extra stuff like Commerce server or anything. Please? Any clues or help would be much appreciated! Helge
1
3806
by: Gaël | last post by:
Hi everybody! I have a really big problem with ASP.NET application. I noticed that the w3wp.exe memory size, increase with the time and the use of my website. When it raise a certain value, w3wp crashes and restart just after. My application is on a WebServer2003. So I have to resolve 2 problem : -Why the memory size of the w3wp increase non stop. - Why the w3wp crashes (in the case where there is no link between those
3
1822
by: Ricky Chan | last post by:
I am using windows 2003. I have unchecked all options in IIS6 application pool, so I assume no worker process recycling will be performed whether any event occured. what will be happened when w3wp.exe used memory exceed physical memory. outofmemory throw and then recycle?
4
7833
by: AN | last post by:
Greetings, We make an ASP.NET web application and we host it for our customers. We have provisioned hardware and hope to be able to service around 200 customers on this hardware. The web servers are in a stateless farm and have 2 GB of RAM. We are using ASP.NET 1.1 when using a dedicated application pool for each virtual directory. Each customer gets their own virtual directory and copy of the ASP.NET dll in their bin folder, which...
2
1580
by: Andrew Morton | last post by:
I've opened a bitmap from a jpg file with Dim bmp As New Bitmap(IO.Path.Combine(origFolder, value)) ' now resize the image into another bitmap and save that where origFolder is the directory containg the image and value is its filename. This works, but w3wp.exe seems to keep a handle on it even when the aspx.vb page has finished running and the browser is closed. (I can't delete the file in Windows Explorer and Process Explorer from...
1
2972
by: rh | last post by:
hi, we just migrated to x64 and .net 2.0 and getting a debugger popup with the system.cannotunloadappdomainexception caused by w3wp.exe. it happens intermittently, and doesn't seem like it's gonna lend itself to easy troubleshooting. anyone's experiencing this? where should i start digging? thanks, rh
6
6917
by: =?Utf-8?B?U3RlZmFuIEJhcmxvdw==?= | last post by:
Unable to get the private bytes memory limit for the W3WP process. The ASP.NET cache will be unable to limit its memory use, which may lead to a process restart. Error: 0x80070005 ---------------------------------- This started happening after we updated to .NET 2.0. Here's our current environment: 2 x Windows Server 2003 Web Edition SP1 Network Load Balancing (NLB)
0
1758
by: ToadLurker | last post by:
Usually, to debug my .NET dll, I typically just run my web application until the DLL in question is invoked - at which point I can just attach to it via Visual Studio .Net, and debug it. Two weeks ago I ran into a problem where Visual Studio would fail to recognize that the NET code is even associated to the IIS process - w3wp.exe. I have checked with Process Explorer, and the .NET DLL is correctly associated to the w3wp process - yet...
0
9687
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9541
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
10482
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
10225
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
9072
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7564
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...
1
4139
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
3759
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2938
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.