473,405 Members | 2,282 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,405 software developers and data experts.

ASP net worker process blowing up !!

is ASP net worker process designed to retain memory ? , i.e is it like
get as much memory as possible and then dont release it, unless required
by operatin system,

we have a web application and some analysis of the application on some
of our production servers shows that the aspnet process never releases
memory !, its always trying to get more and more and then it reaches a
plateau stage and then we have to recycle it , or it will start giving
system resource out problem

any suggestion, pointers would be appreciated, or any documents on how
internal memory is managed in asp.net process, and if it is any
different than any normal process

thanks
-ashish

Nov 18 '05 #1
1 961
your code has a memory leak. common causes are com objects (release not
called) and static (shared in vb) varables.

-- bruce (sqlwork.com)

"Ashish" <as*****@mailmenot.com> wrote in message
news:O$*************@TK2MSFTNGP11.phx.gbl...
is ASP net worker process designed to retain memory ? , i.e is it like
get as much memory as possible and then dont release it, unless required
by operatin system,

we have a web application and some analysis of the application on some
of our production servers shows that the aspnet process never releases
memory !, its always trying to get more and more and then it reaches a
plateau stage and then we have to recycle it , or it will start giving
system resource out problem

any suggestion, pointers would be appreciated, or any documents on how
internal memory is managed in asp.net process, and if it is any
different than any normal process

thanks
-ashish

Nov 18 '05 #2

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

Similar topics

2
by: Studio P.M. | last post by:
Does anyone know a valid and compete reference paper about what the “Worker Process” precisely is and does? So far I couldn’t find any. Reason is that during last weeks I had to go deep...
5
by: Adam | last post by:
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...
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...
5
by: J-T | last post by:
I guess I'm a litte bit confused about app pool and worker process. In IIS 6.0 We have a concept of worker processes and application pools. As I understand it, we can have multiple worker process...
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: Diffident | last post by:
Hello All, I have a question about worker processes and session state. If I set-up a web farm architecture by having multiple worker processes serving a single application, how will the session...
3
by: =?Utf-8?B?Sm9obiBCYWlsZXk=?= | last post by:
I am currently evaluating a CMS product. I like the product so far, but one of the restrictions on the product is that it requires that the Windows 2003 application pool be restricted to one...
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?
0
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,...
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
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
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...
0
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...

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.