473,788 Members | 2,855 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Memory leak in WebDev.WebServe r ?

I use VS 2005 and ASP.Net.
For conveniance I use the inbuilt webserver, but recently I have encountered
a lot of problem. When I debug it sometimes takes extremely long time to
launch the application, sometimes 10-30 minutes! I notice a lot of disk
activity and found out that WebDev.WebServe r.EXE takes up 300-900 Mb of RAM
which seems extreme for the very small application samples I run. The machine
is new and has 1 Gb RAM, so I guess it begins to swap memory which partly
will explain the delay.
I use two external components: eWorld.UI.dll and MagicAjax.dll, but I think
my problems appeared before these components were used.

1) Anyone else that has experinced similar memory leaks?
2) Why not the same problem all the time?
3) Will it help to install and use the WindowsXP webserver instead?
4) How to tell the debugger which webserver to use?

Mar 19 '06 #1
0 1832

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

Similar topics

2
7173
by: Andreas Lennartz | last post by:
Hello, I have some problems with the class WebRequest and its childs. I am developing a bot that visits a lot of different urls and returns the content. But every time an URL-Request is finished there is a memory leak. Here is a small example that reproduces this problem: I read of a File with many different(!) URIs. The next URI to visit is saved in the variable "uri".Then I try to connect to this uri. I do it with the following line...
1
1383
by: JazerB8 | last post by:
I am using VS.NET 2005 Beta 2 and I am trying to use the built in development Web server (WebDev.WebServer.exe) to run and debug my ASP.NET app locally. However, when I start the project either in debug mode or even after I have published I get a 404 error. Reading other online posts, I have found the following that will allow me to start the development Web server from the command line: >start /B WebDev.WebServer...
1
1294
by: Martin Olson | last post by:
is there a way to get the WebDev.WebServer for VS2005 to process server side includes??? thanks for your help on this, mo
0
1241
by: David Hubbard | last post by:
I am running WebDev.WebServer from a batch file like this: start /B WebDev.WebServer /port:4131 /path:C:\MySite /vpath:/MySite when you double click on the batch file a separate command prompt window opens. I thought the start /B would remove it. Does anyone have any suggestions? Thanks
0
1217
by: David Hubbard | last post by:
I am developing a small web site for a club using asp.net 2.0. I am tyring to run test versions of the site on a system that does not have vs 2005 on it nor does it need it. To do this I run WebDev.WebServer using the following line: start /B WebDev.WebServer /port:4131 /path:d:\ClubSite /vpath:/ClubSite I have added v2 of the framework to the path but I get a FileNotFoundException with WebDev.WebHost. Has anyone seen anything like
9
2748
by: melmack3 | last post by:
Hi I have a big problem with shell commands execution via PHP. I have written a very short PHP script ilustrating the problem: <?php for($i=0;$i<1000;$i++) { exec("test.bat");
1
2056
by: swissclash79 | last post by:
Good morning everybody I have a question regarding configuring mappings in the development webserver. I am currently implementing a proxy server that is lied between the clients and a customer's webapplication. This proxy is responsible for security aspects (authentication/authorization) that is not handled by the webapplication itself. For that I created a class that implements IHttpHandler and registered it in the webproject's...
10
6688
by: Daniel Peterson | last post by:
I'm responsible for a pair of IIS 6 webservers that run our production ASP.Net application. We push code on a monthly basis, and about two weeks after our October code push, we started to run into occasional webserver errors. The application pool is configured to run as a domain user which has permissions to the web code. When we have issues, the webserver will return the ASP.Net "Server Application Unavailable" page, and our app pool...
0
2320
by: =?Utf-8?B?VGhvbWFzIFR1dGtv?= | last post by:
An ASP.NET web project has recently began crashing WebDev.WebServer.exe with a System.Runtime.InteropServices.SEHException. The EventLog for the crash looks like this: Application ID: WebDev.WebServer.EXE Process ID: 1552 Exception: System.Runtime.InteropServices.SEHException
0
9656
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
10370
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...
0
10177
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10113
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
8995
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
7519
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...
0
5538
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4074
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
3677
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.