搜索资源列表
top-3.5beta12
- 查看系统硬件和内存资源使用情况;以及各个进程的使用情况-check the repair of system hardware , memory source and each process.
proctest
- 能查看系统进程,并自动进行监测进程对内存和cpu 的占用,能进行自动重起等功能。 开发平台: linux -View system can process and automatically monitor the process of memory and cpu occupation can be automatically re-starting capabilities. Development platform : Linux
synchronized
- 本pdf主要讲了几个在linux环境下利用共享内存进行进程同步的程序-the main speakers in a few linux environment using shared memory process synchronization procedures
os2_VirtualMemory
- 学习Linux如何实现虚拟存储。与体系结构无关的通用存储模型是所有Linux虚拟存储实现的基础,但是任何特定的实现都依赖于特定的硬件平台。本练习集中于i386的实现。介绍解释了存储管理程序的设计。而且还将学习代码细节,修改虚拟存储代码以检测系统缺页错误的发生频率。此外本实验牵涉到系统调用的相关知识,包括学习如何产生一个系统调用以及怎样通过往内核中增加一个新函数从而在内核空间中实现对用户空间的读/写。-learning how Linux virtual memory. Architecture
RPG
- 用共享内存,信号灯,以及互斥锁实现进程,线程间的通信,来模拟三国问题-using shared memory, lights, and Mutex realization process, the communication between threads, to simulate the three issues
process
- 进程间调度,共享内存,进程通信,子进程创建-inter-process scheduling, shared memory and process communications, process-creation
demo of share memory on linux
- linux下c语言编程——进程间通信方式之共享存储-c programming language -- inter-process communication methods are shared storage
linux_c_chat
- linux下用C语言写的聊天程序!/*BUG and NOTE: Not join protect to Shared Memory Segments,example Semaphore Arrays. Not check the parameters validity. When transmit may be error. If the client program no right exit,others cannot know,the service program sh
fork、exec系列与system、popen区别
- fork和exec系列调用前后,进程在内存的“数据段”,“堆栈段”和“代码段”有什么不同?读了之后,你就会知道了,-fork and exec calls before and after the Series, in memory of the process "of the data", "stack of" and "code of" what's the difference? After reading, you
FanPuGuiZhen__UNIX_code
- 《返璞归真——UNIX技术内幕》书中代码。主要包括Bell Laboratories开发的内核代码:1*.h(内核头文件---宏、全局变量和结构定义、函数声明) | |----------------conf(汇编代码---启动函数及工具函数,驱动生成工具mkconf,移植工具sysfix) 2dmr(设备驱动程序) 3ken(内核代码,包括进程调度、文件系统、内存管理、I/O管理等) 另外还有作者写的一些代码。-" Return to Innocence- UNIX
share_memory
- 基于Linux下的进程通信中的共享内存,以及相关的实现代码-Based on the process of communication under Linux Shared memory, and the realization of the relevant code
JinChengTongXun.zip
- 包含几个用不同方式(共享内存、socket、FIFO、消息队列等)实现进程通信的小程序,包含详细注释,足以解释各种方式进程通信的实现原理和编程方法,Contains a number of different ways (shared memory, socket, FIFO, message queue, etc.) to achieve the process of the small communications program, including detailed notes, are
12_shm
- Linux 下进程间通信实例之一——共享内存 使用了信号量用于进程间的同步-Linux, one example of inter-process communication- shared memory semaphore used for synchronization between processes
process
- 进程通信中管道和共享内存的源码,可以比较通信方式,更好的使用进程通信来开发程序。-The process of communication channels and shared memory of the source, can compare the means of communication, better use of the process to develop procedures for communication.
SharedMemory
- linux下共享内存的C语言封装,以及示例代码。用于进程间和线程间通信。-Provide C-language package of shared memory under linux as well as sample code. This package is used for inter-process communication.
linux_task_Manager
- 这是一个针对linux操作系统的任务管理器,能查看系统信息及cpu、内存使用率,能监视、删除进程,能监视、删除模块-This is a linux operating system for the Task Manager to view system information and cpu, memory usage, to monitor, delete the process, to monitor, delete module
process
- 关于Linux下的进程间通信的知识,主要是信号量,消息队列,共享内存等。-On interprocess communication under Linux knowledge, mainly semaphores, message queues, shared memory and so on.
monitor
- 一个linux操作系统的任务管理器,它能反映系统的cpu和内存利用率,能显示系统进程以及每个进程的状态等相关信息,能显示系统的硬件等静态信息!-Linux operating system, a task manager, it reflects the system' s cpu and memory utilization, the system can display the status of processes and each process and other related
process-communication
- linux进程间通信的三种机制的简单实现,包括管道,消息队列和共享内存-linux inter-process communication simple implementation of the three mechanisms, including pipes, message queues and shared memory
Linux-memory-management
- 此文章讲述的是Linux内存管理和进程调度的实时化研究与改进-This article is about Linux memory management and process scheduling, real-time study and improvement of
