Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 1.0 and 1.1 > ASP.NET 1.1
|
ASP.NET 1.1 As of 10/6/2005, this forum is locked as part of the reorganization described here: http://p2p.wrox.com/topic.asp?TOPIC_ID=35394. No posts have been deleted. Open ongoing discussions from the last week have been moved to either ASP.NET 1.0 and 1.1 Beginners http://p2p.wrox.com/asp-net-1-0-1-1-basics-60/ or ASP.NET 1.0 and 1.1 Professional. http://p2p.wrox.com/forum.asp?FORUM_ID=50. See my sticky post inside for more.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.1 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 31st, 2004, 04:55 AM
Registered User
 
Join Date: Oct 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default ASP.NET Worker Process memory problem

I have a question about the ASP.NET Worker Process
Is it naturally that entering of each user to server increase the memory using by aspnet_wp but his leaving doesn't decrease the memory to it's previous value? Is recycling and shutting down the process the single way to decrease the memory ? Is it possible to initiate the garbage collection of ASP.NET Worker Process ?


Michael
 
Old April 3rd, 2004, 05:41 PM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

The web server never knows when a user "leaves". Each web request to the server is an independant and isolated execution of a page. If you have an application that is resulting in excessive memory usage, then you might have something going wrong. The garbage collection runs automatically periodically and will clean up unused objects.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Worker Threads dill BOOK: Professional Microsoft Robotics Studio ISBN: 978-0-470-14107-6 4 June 23rd, 2008 08:42 PM
Publish ASP.Net Code with cmd Line using Process rhd110 General .NET 0 February 2nd, 2008 03:26 PM
how Asp.Net worker process works hhkris4u ASP.NET 1.0 and 1.1 Professional 1 January 7th, 2007 06:20 PM
EXCEL process stays in memory even after deallocat kool_creative General .NET 0 January 13th, 2006 05:04 AM
ASP Out of Memory mxmulquin Classic ASP Professional 0 May 10th, 2005 10:02 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.