Ask a Question related to ASP.NET General, Design and Development.
-
S. Justin Gengo #1
Re: aspnet_wp,exe
The .Net garbage collector runs at times and will free memory as necessary.
It has no logical pattern though. I wouldn't worry about it. It will take
care of itself. Here is an article that explains how it works:
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconprogrammingessentialsforgarbagecollection.asp[/url]
--
S. Justin Gengo, MCP
Web Developer
Free code library at:
[url]www.aboutfortunate.com[/url]
"Out of chaos comes order."
Nietzche
"Coder Coder" <coder5811@yahoo.com> wrote in message
news:f547ce3b.0307290945.4c3b4158@posting.google.c om...> Hi,
>
> Ive been testing my web app by running and watching the memory usage
> of aspnet_wp.exe in the task manager.
>
> Ive done a pretty good job of freeing memory and setting collections
> and their elements to null, however the memory usage keeps growing.
> The usage does not seem to come down at all.
>
> Is there anything I can do?
>
> - thanks
S. Justin Gengo Guest
-
aspnet_wp.exe
Hi, I am getting these errors from Event Viewer - Application: 1. aspnet_wp.exe could not be launched because the username and/or password... -
aspnet_wp uses up 98~99% of CPU power
Hi I'm running a webservice that acts as a server for instance messanger. The problem I encounter is that when I run the server for several... -
aspnet_wp Problem
Tibby, You should see a recycle in the Application Event Viewer log if you are using up memory like that. In any case, in order to diagnose... -
aspnet_wp.exe could not be started
After installing Framework 1.1, I cannot run any of my ASP.NET applications. Actually, while installing Framework 1.1, I also installed recommended... -
aspnet_wp won't get executed
Hi folks.. I installed windows server 2003 with domain controller role. And installed iis6 and .net framework etc. I run aspnet_regiis -i for... -
Jim Cheshire #2
RE: aspnet_wp,exe
Coder Coder,
I wouldn't rely on Task Manager to give you a good representation of memory
usage. You will have much better information if you set up some Perfmon
counters.
It is normal for the worker process to use a fair amount of memory. As
memory is needed the garbage collector will take care of it for you. You
have little control on when an object is GCd.
Hope that helps.
Jim Cheshire
Developer Support
ASP.NET
[email]jamesche@online.microsoft.com[/email]
This post is provided as-is with no warranties and confers no rights.
--------------------17:45:04 GMT)>From: [email]coder5811@yahoo.com[/email] (Coder Coder)
>Newsgroups: microsoft.public.dotnet.framework.aspnet
>Subject: aspnet_wp,exe
>Date: 29 Jul 2003 10:45:03 -0700
>Organization: [url]http://groups.google.com/[/url]
>Lines: 12
>Message-ID: <f547ce3b.0307290945.4c3b4158@posting.google.com >
>NNTP-Posting-Host: 66.7.246.226
>Content-Type: text/plain; charset=ISO-8859-1
>Content-Transfer-Encoding: 8bit
>X-Trace: posting.google.com 1059500704 19270 127.0.0.1 (29 Jul 2003cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed 00.sul.t-online.de!t-onlin>X-Complaints-To: [email]groups-abuse@google.com[/email]
>NNTP-Posting-Date: 29 Jul 2003 17:45:04 GMT
>Path:
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-mail>Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:163061
>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
>
>Hi,
>
>Ive been testing my web app by running and watching the memory usage
>of aspnet_wp.exe in the task manager.
>
>Ive done a pretty good job of freeing memory and setting collections
>and their elements to null, however the memory usage keeps growing.
>The usage does not seem to come down at all.
>
>Is there anything I can do?
>
>- thanks
>Jim Cheshire Guest



Reply With Quote

