On CBSSports.com: Mike Tyson's daughter dies in accident
11 Resources for

memory management

  • Subscribe to this listing via:
  • RSS
  • Email
Did you mean memory management (11 results)

TechRepublic Resources

Danger level rises for Perl flaws
Once Again Sub-accurate ReportingOMG...a PERL vulnerability?!?!?Not!Webmin is an application WRITTEN in PERL. Just like Windows XP is an OS written in C++ or whatever. Which begs the question....how has the DANGER LEVEL RISEN FOR PERL FLAWS?Next time there is a Windows Vulnerability do you think we'll see the...
Tags: accuracy, C, flaw, memory management, Perl, reporting, rojackson@..., security, Webmin
Discussion threads 2005-11-30
Code optimization: Memory management in .NET, part 1
The .NET Framework provides memory management techniques that differ from the way memory management worked in a COM-based world. The memory management in COM was through reference counting. .NET provides an automatic memory management technique that involves reference tracing. In this article, we'll take a look at the garbage collection...
Tags: .NET, Middleware, Microsoft .NET, Circular Reference, Microsoft .NET Framework, S. Vikram, memory, memory management, garbage collection, garbage collector
Technical articles 2003-12-05
A guide to automatic garbage collection systems
Java and .NET feature automatic garbage collection, which allows the developer to worry about programming instead of system cleanup. Learn more about the approaches often used to add this feature to applications.Automatic memory management allows the developer to focus on application logic (e.g., payroll, solving math problems) instead of innate...
Tags: Engineering, Programming languages, garbage, algorithm, memory, memory management, garbage collection, Java
Technical articles 2002-10-01
ClearWay NITRO PowerPlug 4.0 (Mac)
NITRO accelerates WebSTAR, WebTen, and compatible Web servers up to 200% or more through advanced memory management and thread scheduling.
Tags: Memory Management, Apple Macintosh, ClearWay Technologies, NITRO, Web Servers, Desktops, Internet, Hardware
Software downloads 2000-02-16
WinRAM-Booster Pro 2001 1.11.06 (Windows)
WinRAM-Booster Professional 2001 is an utility to optimize the memory management and performance of your PC under Windows 98/Me2000. You can optimize the memory of your PC just by one mouseclick or automatically. The program does also inlude a Cache Optimization feature optimizing the virtual memory management of Windows.
Tags: Memory Management, PC, Totalidea Software, WinRAM-Booster Professional 2001, Microsoft Windows, Operating Systems, Desktops, Software, Hardware
Software downloads 2002-05-14
WinUtilities Memory Optimizer 1.5 (Windows)
WinUtilities Memory Optimizer optimizes the memory management of your system and boost-up its performance amazingly. It is a comprehensive and easy-to-use Windows utility that is designed to tackle the most difficult and crucial problems of memory management. WinUtilities Memory Optimizer recovers the unused memory of your system and drastically improves...
Tags: Memory Management, YL Computing, WinUtilities Memory Optimizer, Microsoft Windows, Operating Systems, Performance Management, Productivity, Software, Human Resources, Workforce Management
Software downloads 2007-01-03
PixelCryptor 1.2 (Windows)
In a world where privacy is getting more important daily, the need for secure data sharing is bigger than ever. PixelCryptor satisfies this need by providing an easy-to-use interface via which you can encrypt and decrypt data using an image only known by the sender and the receiver. Version 1.2...
Tags: Memory Management, Data Sharing, CodeGazer, PixelCryptor, Microsoft Windows, Operating Systems, Software
Software downloads 2008-09-24
Memory Bottlenecks Are Holding Operating Systems Hostage
The key reason for the slowdown in system performance is due to the design limitations of modern operating systems that have key components that were created prior to the demanding load requirements necessary to conduct business today. Today, more effective memory management is critical to support the complex and demanding...
Tags: Memory Management, Operating System, OS Research, Memory Bottleneck, Operating Systems, Software
White papers 2005-03-15
The Role of Memory in VMware ESX Server 3
The memory management capabilities of VMware ESX Server 3.0 provide a unique and sophisticated way to maximize the usage of physical memory within a single box. For many workloads, memory is the limiting factor, and effective memory management enables more virtual machines to share a single server, increasing ROI for...
Tags: Memory Management, Memory, VMware Inc., VMWare ESX Server, VMWare ESX, Ip storage
White papers 2006-09-26
Memory Management for Real-Time Java: State of the Art
The Real-time Specification for Java extends the Java platform to support real-time processing and introduces a region-based memory model, called scoped memory, which side-steps the Java garbage collector. While scoped memory succeeds in protecting real-time tasks from execution time jitter, practical experience points to shortcomings. This paper takes stock of...
Tags: Purdue University, Memory Management, Memory, Programming Languages, Java, Flash Memory, Software Development, Software/Web Development
White papers 2008-02-12
Memory Management of Density-Based Spam Detector
The volume of mass unsolicited electronic mail, often known as spam, has recently increased enormously and has become a serious threat to not only the Internet but also to society. A new spam detection method which uses document space density information has been proposed. Although the proposed method requires extensive...
Tags: Memory Management, University Of Tsukuba, E-mail, Strategy, Online Communications, Management
White papers 2009-01-01

Additional Resources

The Self-Managing Database: Automatic Shared Memory Management With Oracle Database 10g Release 2
One of the key self-management enhancements in the Oracle Database 10g is Automatic Shared SGA Memory Management. This functionality automates the management of shared memory used by an Oracle Database 10g instance and frees administrators from having to manually configure the sizes of shared memory components. Besides making more effective...
Tags: Oracle Corp., Oracle Database, Oracle Database 10g, Databases, Enterprise Software, Software, Data Management
White papers 2005-05-01
Understanding low-level memory management
Brien Posey explains how changes made at the DOS level can affect Windows 98 and explores how you can optimize your performance by managing low-level memory.In these days of high-level operating systems with graphical user interfaces, most people assume that DOS is dead. However, this is simply not true. Windows...
Tags: Operating systems, Brien Posey, Brien M. Posey MCSE, Microsoft Windows 98, CONFIG.SYS, Autoexec.bat, Microsoft Windows, IO.SYS, DOS
Technical articles 2000-03-09
Memory Management System 13.4 (Windows)
Do I need MMS if I have a computer? If you have a computer running any amount of applications the answer is definitely. There is a misconception out there that usually sounds like this, if I have a lot of free memory then my computer will run faster. Memory Management...
Tags: Memory, Microsoft Windows, Computer, PB Software, Productivity, Flash Memory
Software downloads 2008-10-23
MSDN Webcast: Microsoft .NET Compact Framework Memory Management (Level 200)
The presenter of this webcast explains how the Microsoft .NET Compact Framework manages memory and how memory management relates to the application. The webcast explores the garbage collector in the .NET Compact Framework, which provides a high-speed allocation service with good use of memory and no long-term fragmentation problems. By...
Tags: Microsoft Developer Network, Webcast, Memory, Microsoft Corp., Microsoft .NET Compact Framework, Flash Memory, .Net, Software Development, Software/Web Development
Webcasts
The Guru's Guide to SQL Server 2000 Memory Management Intervals - Level 300
This presentation reveals the secrets of how SQL Server manages memory resources internally. It will discus the SQL Server memory management architecture and then looks at its implementation in detail. This webcast discusses the various types of Windows memory resources and how SQL Server makes use of them. See the...
Tags: Microsoft SQL Server, Microsoft SQL Server 2000, Server, Databases, Enterprise Software, Software, Data Management
Webcasts
Code optimization: Memory management in .NET, part 2
In the .NET world, memory management is automatic. The recollection of memory, which is not in use, executes as a background task and lets the developer focus more on the task at hand rather than the plumbing work. The first part in this series on garbage collection dealt with how...
Tags: .NET, Middleware, Microsoft .NET, S. Vikram, Finalize, Dispose design pattern, Finalize method, unmanaged resource, IDisposable, handle
Technical articles 2003-12-19
Linux Ubuntu Vs Windows XP memory management
Hello,Soon I will be required to conduct experiments to test which memory management is better: Linux Ubuntu or Windows XP. I am not sure so far how I am going to do this. I can use some heads up tips. Thanks.
Tags: Operating systems, UNIX, OPEN SOURCE, Ubuntu, Linux, Microsoft Windows XP, Microsoft Windows
Discussion threads 2009-01-11
Understanding the limitations of conventional memory in Windows 9x
With Windows 9x, you get a limited amount of conventional memory to load real mode drivers. In this Daily Drill Down Brien Posey examines ways to diagnose and troubleshoot a system that is having memory problems because of these drivers.When you have a device driver problem, the key to...
Tags: Operating systems, Brien M. Posey MCSE, Microsoft Windows, Windows 9X, memory, mode driver, conventional memory
Technical articles 2001-08-21
Randomly "MAC"cessing memory
Need more memory for your Mac? How much is going to be enough? Larry Loeb tackles these and other questions as he explains the benefits of increasing your RAM and enabling Virtual Memory VM on your machine.Mac memory management exchanges code between virtual memory that’s written on disk and physical...
Tags: Memory, MAC, Larry Loeb, Virtual Memory, RAM
Technical articles 2000-03-16
  • << Previous
  • page 1 of 1
  • Next >>


500 Things Every Technology Professional Needs to Know
Did you know Microsoft's RegClean does not work with XP but you can use shareware to clean your registry? Did you know most wireless access points don't have encryption enabled by default? Did you know there are 500 tidbits of information contained in TechRepublic's 500 Things Every Technology Professional Needs to Know that will help you become a successful IT professional.
Buy Now
IT Professional's Guide to Policies and Procedures, Third Ed
Whether you're creating policies for management, training, personnel, support, privacy, Internet/e-mail usage, security, or inventory, you'll meet the needs of your entire enterprise with this one download!
Buy Now

Popular IT Dojo Videos