GeekArticles
Concepts
Design PatternsArticle :: Real-Time Design Patterns: Memory Patterns
Author: awprofessional.com |
Published: 29th Aug 2005 |
Visited: 277 times |
Add CommentFiled in: Design PatternsMuch of the difficulty in building complex real-time and embedded system centers around managing shared resources in ways that are simultaneously efficient and robust. The patterns in this chapter focus on efficient management of memory as a resource and the robust sharing of general software resources (modeled as objects) to ensure schedulability of the overall system. nn
Read Article Sponsored Links
Related Articles
• Large JVM Memory and Garbage Collection
Although physical RAM is inexpensive, allocating large of amounts of memory to a JVM instance is not generally a good idea, says Azul CTO Gil Tene in this interview with Artima. Tene shows how recent research in garbage collection and JVM implementation helps overcome the memory barrier, resultin ...
• Linux Thin Client Networks Design and Deployment Linux Thin Client Networks Design and Deployment
Considering the Network
Much information already exists concerning methods for deploying networks and hardware. We shall try to clarify differences between using a network with personal computers and thin clients with the help of anecdotes. Certain de ...
• Linux Thin Client Networks Design and Deployment Review Linux Thin Client Networks Design and Deployment Review
Introduction
This book is written by David Richards, a veteran Linux thin client network designer. Designed for System Administrators, Linux Thin Client Networks Design and Deployment goes over the concepts which are related to thin client net ...