Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Windows Leaks Detector (zip)
- A tool for easy detection of memory leaks in any Windows application. Windows Leaks Detector is a small software utility that will easily detect memory leaks in any Windows application. Limitations: The solution only monitors HeapAlloc, HealRealloc and HealFree functions. In future additional memory-related functions should be traced, e.g. HeapCreate...
- Tags: Windows Application, Memory Leak, Windows Leaks Detector, Microsoft Windows, Team Management, Operating Systems, Software, Management
- Software downloads 2007-12-27
- Internet explorer memory leak?
- I am one of those guys that have many programs running at the same time all the time. I ussually have 6 or 8 webpages open at a time. My computer after about an hour will stop opening new stuff. It won't bring up any menus within...
- Tags: PRODUCTIVITY, Web browsers, bsteinley@..., memory, memory leak, computer, Microsoft Internet Explorer
- Discussion threads 2007-10-02
- How to find memory leak in VC6.0 Applications
- How to find memory leak in my application it is IVRS i am using VC6.0. App is working fine but it shows lot of memory leak.So which tool are supported for finding leak and please send trial versions URL.Regards,sattiraju
- Tags: PRODUCTIVITY, raju.perikala@..., memory leak
- Discussion threads 2007-06-08
- Windows 2003 Server Performance Reduction
- Hey guys I have a major problem I have a Windows 2003 Standard server which has all of a sudden gone from rabbit to hare. The server hosts my file services, & a few SQL Dbases. I have all the recent MS SPs & patches installed etc. ...
- Tags: Performance management, Memory, Servers, Microsoft Windows Server 2003, Microsoft Windows, kwame_x, memory leak, RAM, server, performance, Microsoft Windows 2003
- Discussion threads 2007-05-31
- memory leak in spoolsv.exe
- I have a Windows 2003 Std sp2 server that is my primary print server for my entire company. We have 40+ different printers configured on it.About 2 months ago, we started having performance issues with the box... the Print Spoooler service apparently has a memory leak and eventually consumes...
- Tags: Microsoft Windows XP Service Pack 2, Printers, acausemaker@..., memory
- Discussion threads 2007-05-15
- How to Test for Memory Leaks?
- Test for constantly increasing memory useHi,I've been tasked with monitoring a Windows process developed in the .Net framework. I'm looking to monitor the memory for any consistent increase and also any degredation in CPU performance. I have some ideas below, but would really appreciate your insights before I go ahead!Ideas...
- Tags: grant.volker@..., memory
- Discussion threads 2007-03-19
- Memory Leak Detection and Analysis in WebSphere Application Server: Part 1: Overview of Memory Leaks
- The cost of memory leaks is significant and is often associated directly with production down time, or a slipped deployment schedule. Unfortunately, the costs of appropriate test solutions are also significant, and customers are often unwilling - or unable - to invest the resources necessary. To be clear, the best...
- Tags: IBM WebSphere, Application Server, Memory, Server, Analysis, IBM WebSphere Application Server, IBM Corp., Memory Leak, Application Servers, Middleware, Enterprise Software, Software
- White papers 2006-06-28
- XP Memory Leaks?
- XP Memory Leaks?I know very little about memory leaks themselves, but I know they slow down computers. Since about 3 months ago, I noticed my XP slowing down greatly after only a few hours. I used to have Windows 98, and I knew about memory leaks with that, and I...
- Tags: memory, memory leaks, Microsoft Windows, Microsoft Windows XP, RAM, wareid@..., windows, windows xp, xp
- Discussion threads 2006-03-15
- Memory leak in Windows 2003
- I am running a Gateway 975 Dual Xeon 2.4 GHZ with 3 GB of RAM.It has Windows 2003 Enterprise Edition running as a file server with Service Pack1, Veritas Backup 10 Revision 5520, Symantec Antivirus Client 10.0 and configured as a print server. My server freezes up and...
- Tags: memory, Memory Leak, Microsoft Windows, Microsoft Windows 2003, msevidal, network administration, networking, server, VERITAS Software Corp., windows
- Discussion threads 2006-02-02
- Memory Leak
- Hi All,I have a Win2k SP4 server and I think there is a memory leak that causing problems on the server. In the event viewer, I have Event ID 2020: The server was unable to allocate from the system paged pool because the pool was empty.When I restart the server,...
- Tags: memory
- Q&A 2005-10-26
- Windows Server 2003 Rebooting
- I remember that with NT 4.0 Microsoft reccomended that you reboot your servers every so often. Do they still reccomend that with Windows server 2003? Thanks.rebooting is required for some updates but you do not generally need to reboot your system
- Tags: hardware, Microsoft Windows, Microsoft Windows Server, Microsoft Windows Server 2003, rebooting, scottantoszewski@..., WS2K3
- Discussion threads 2005-07-07
- Not necessarily a worm
- First, a good firewal, is what will let you figure if you have a worm.Forget XP built-in "Firewall", it is almost useless easy to demonstrate.Now, if you have an alternative firewall, you MUST disactivate the built-in firewall first. You CANNOT run 2 firewalls on the same machine and expect that...
- Tags: firewall, kawarimi, memory, security, worm attack
- Discussion threads 2005-05-16
- How much is too much?
- Insufficient memory question here. I may not have a problem at all, but I find it odd that with 512mb RAM I'm running into insufficient memory errors as often as I am. Right now, for instance, I have running Winamp, Act 2.0 (yes, you read that right), America...
- Tags: memory, Microsoft Windows, texvanwinkle@..., virtual memory
- Q&A 2004-12-04
- Find a memory leak that is bloating the Windows pagefile
- Submitted by eebywater, TimTheToolMan,and TheChasProblemThere are times when the Windows pagefile will grow out ofcontrol. While the pagefile typically grows and fluctuates as the Windowssystem needs to move data from RAM to virtual memory, the pagefile doesn'tusually become a problem unless a program has a memory leak. Then the programin...
- Tags: Guest Contributor, memory, Microsoft Windows, pagefile, performance, performance monitoring, Task Manager
- Technical articles 2004-07-07
Additional Resources
- LeakChecker Free Edition (zip)
- LeakChecker is a memory and resource leak detect tool. It's designed to use with Microsoft Visual C++. But also can use with other C/C++ compiler as long as it can create PDB format debug file. Features: Support both 32bit and 64bit; Memory and resource leak detection; Function level leak detection....
- Tags: Detection, LeakCheckSoft, LeakChecker, C/C++, Programming Languages, Microsoft Development Tools, Development Tools, Software Development, Software/Web Development
- Software downloads 2008-04-15
- RuntimeChecker (msi)
- RuntimeChecker is a powerful tool that detects memory leak for windows applications developed by visual C++. No recompile and no relink. Very easy to use. RuntimeChecker is able to check memory leak by launching your application directly or attaching to a running process. Version 2.1 is a bug-fixing release.
- Tags: Memory, RuntimeChecker, C/C++, Programming Languages, Software Development, Software/Web Development
- Software downloads 2007-06-13
- Context- and Path-Sensitive Memory Leak Detection
- This paper presents a context- and path-sensitive algorithm for detecting memory leaks in programs with explicit memory management. The leak detection algorithm is based on an underlying escape analysis: any allocated location in a procedure P that is not deallocated in P and does not escape from P is leaked....
- Tags: Algorithm, Implementation, Memory, Context, Association For Computing Machinery, Analysis, Leak Detection Algorithm, Engineering
- White papers 2005-09-09
- RAM Booster Pro (exe)
- RAM Booster Pro v5.0.1 uses an advance technology which stops the memory leak and boost up your system's RAM. Now No need to restart the system after playing Games OR viewing any DVD, RAM Booster Pro v5.0.1 will automatically stop the memory leak and will boost up your RAM. RAM...
- Tags: RAM, ImageSkill, Memory, Semiconductors, Hardware, Components
- Software downloads 2006-09-08
- Using DTrace to Profile and Debug a C++ Program
- A sample program CCtest was created to demonstrate an error common to C++ applications - the memory leak. In many cases, a memory leak occurs when an object is created, but never destroyed, and such is the case with the program contained in this article. The examples in this paper...
- Tags: Sun Solaris 10, Sun Microsystems Inc., C++, C/C++, Sun Solaris, Programming Languages, Operating Systems, Software Development, Software/Web Development, Software
- White papers 2005-02-17
- MemProfiler (zip)
- Process Memory Profiler is a powerful tool for finding memory leaks and monitoring the memory consumption. Have you ever had a problem to monitor the Memory Usage of set of Processes for a long duration? In this case, the default Microsoft Windows "Task Manager" does not come to rescue as...
- Tags: Tool, Process Memory Profiler, Productivity, Microsoft Windows, Operating Systems, Software
- Software downloads 2006-11-22
- << Previous
- page 1 of 1
- Next >>