Welcome![Sign In][Sign Up]
Location:
Search - inter process

Search list

[Linux-Unixprocess

Description: 进程间调度,共享内存,进程通信,子进程创建-inter-process scheduling, shared memory and process communications, process-creation
Platform: | Size: 934625 | Author: jiaomingliang | Hits:

[JSP/Java_UDPB

Description: 使用UDP实现两个进程间的通信 (编写 A 与 B 两个端点的Java程序)-use UDP to achieve two inter-process communication (A and B prepared two ends of the Java program)
Platform: | Size: 1024 | Author: 汪汪 | Hits:

[Data structssms_que

Description: 一个实现可以在进程间或者线程间通信的高效环形队列类,特别适用于那种生产者/消费者模型的应用中-an achievement in inter-process communication between threads or efficient circular queue category, particularly applicable to the kind of producer/consumer model of the application
Platform: | Size: 7168 | Author: 杨雨虹 | Hits:

[OS DevelopDLLCallDemo

Description: 操作系统上机实验报告,进程间的通信,1. 选择Windows2000环境提供的进程通信工具:文件映射(filemap)、管道(Pipe或NamedPipe)、套接字(socket)完成同一机器上的两个进程、不同机器上的两个进程或不同操作系统下的两个进程之间的通信。-experimental operating system on the plane, inter-process communication, 1. Choose Windows 2000 environment, the process of communication tools : File Mapping (filemap) Pipeline (Pipe or NamedPipe) socket (socket) completed on the same machine two processes, different machines on the two different operating systems or process under the two processes of communication.
Platform: | Size: 1002496 | Author: 钱青鱼 | Hits:

[Linux-Unixprocess

Description: 进程间调度,共享内存,进程通信,子进程创建-inter-process scheduling, shared memory and process communications, process-creation
Platform: | Size: 935936 | Author: jiaomingliang | Hits:

[VC/MFCdistributesystemdesign

Description: 本书较为全面地介绍了分布式系统领域的一些基本概念,提出了分布式系统的各种问题,如互斥问题、死锁的预防和检测、处理机间的通信机制、可靠性问题、负载分配问题、数据管理问题及其可能的解决方案,并讨论了分布式系统设计在操作系统、文件系统、共享存储器系统、数据库系统和异型处理中的应用。本书适用于学习分布式系统设计的高年级本科生、研究生和从事分析、设计分布式系统的计算机专业人员-This book is more comprehensive introduction to the field of distributed systems some of the basic concepts, put forward a variety of distributed systems, such as mutually exclusive issues, deadlock prevention and detection, inter-processor communication mechanisms, reliability, load distribution, data management problems and possible solutions, and discussed the design of distributed systems in the operating system, file system, shared memory systems, database systems and deal with the application profiled. This book applies to study the design of distributed systems for senior level undergraduates, graduate students and engage in analysis, design of distributed computer systems professionals
Platform: | Size: 2442240 | Author: chengxin | Hits:

[OS programMemory

Description: 内存空间不能跨进程访问的原因主要在于不同进程都有自己的页目录和页表。进程切换的很大一块也就是切换掉页目录。 Windows自己的ReadProcessMemory最终也是通过KeStackAttachProcess附加到目标进程空间执行拷贝的。但是中间的N个内核函数调用现在被很多保护系统Hook掉并保护起来了,所以要通过这层层关卡读到东西还是不那么简单的。-Inter-process memory space should not visit the main reason is because a different process has its own page directory and page table. The process of switching is a big switch off pages directory. Windows own ReadProcessMemory ultimately KeStackAttachProcess attached to the target through the process of implementation of copy space. However, N Central core function call is now a lot of protection systems and protect up Hook off, so going to pass this, each having something to read or not as simple as that.
Platform: | Size: 2048 | Author: sdlylz | Hits:

[Windows Developprocess

Description: 为了更充分的利用CPU,必须管理好进程内及进程间的调度关系,此实验就是模拟进程之间的调度方法。在实验中,只模拟了3个状态之间的调度过程,为了便于观察调度过程,我采用手动操作方式(即根据操作者输入的命令来做相应的转换)。在程序中,为进程建议一个结构体,以这种类型建立一个数组,用了存储所有进程信息;同时建议了两个先进先出的对列(ready,blocked)用来存储当前就绪的进程和等待资源的进程(在程序中这两个队列只是存储了进程在存储进程的数组的下标,用下标来作为唯一标识且访问,但是不是pid)。对列是自己写的结构,用一个数组来实现队列,其实是实现了循环队列。在用一个变量running(int)来表示当前运行的进程(当然,这里也是进程数组的下标)。当进程调度时,其进程状态也相应改变,只是对两个队列和running的操作,同时改变该进程的状态(state)。 关键字:操作系统 进程调度 -In order to more fully use the CPU, must manage the process and the process of scheduling inter-relations, this experiment is to simulate the process of scheduling between the methods. In the experiment, only three state simulation of the activation process between, in order to facilitate observation of the activation process, I used manual mode of operation (that is, operator input in accordance with an order to do the conversion). In the procedure for the process to recommend a structure to set up an array of this type, with all the process of information storage also proposed for two out of the FIFO (ready, blocked) used to store the current process in place and the process of waiting for resources (in the process the two queues is stored in the storage process, the process of array subscript, used as a subscript uniquely identify and access, but not a pid). To write out the structure of their own, using an array to achieve the queue is a queue cycle. Using a variable in the runnin
Platform: | Size: 1136640 | Author: white Snow | Hits:

[Linux-UnixInter-Process-Communication

Description: Information in inter process communication (IPC) on Unix/Linux platform.
Platform: | Size: 27648 | Author: vij | Hits:

[Linux-Unixprocess-communication

Description: linux进程间通信的三种机制的简单实现,包括管道,消息队列和共享内存-linux inter-process communication simple implementation of the three mechanisms, including pipes, message queues and shared memory
Platform: | Size: 2048 | Author: | Hits:

[Process-Threadprocess-and-thres

Description: 很好进程间通信源代码 全部可以调试通过 本代码系课程作业-Good inter-process communication can debug the source code all the course work through the code line
Platform: | Size: 3802112 | Author: laozi | Hits:

[VC/MFCinto-VC-process

Description: 向其他进程注入代码 目录: ●导言 ●Windows 钩子(Hooks) ●CreateRemoteThread 和LoadLibrary 技术 ○进程间通讯 ●CreateRemoteThread 和 WriteProcessmemory 技术 ○如何使用该技术子类(SubClass)其他进程中的控件 ○什-Into the code to other processes Directory: ● Introduction ● Windows hook (Hooks) ● CreateRemoteThread and LoadLibrary Technology ○ inter-process communication ● CreateRemoteThread and WriteProcessmemory Technology ○ How to use the technology subclass (SubClass) the control of other processes What ○
Platform: | Size: 245760 | Author: 魍酆 | Hits:

[Program docprocess-communicationinduction

Description: 进程间通信是我们学习编程的基础,也是我们程序员必须掌握的知识,希望对大家有所帮助。-Inter-process communication is the basis for us to learn programming, programmers need to master our knowledge, we want to help.
Platform: | Size: 11264 | Author: 苏稳当 | Hits:

[Process-ThreadInterprocess-communication

Description: 进程间通信与线程间通信分析和总结,一目了然。-Interprocess communication and inter-thread communication
Platform: | Size: 5120 | Author: wangbaosong | Hits:

[Linux-Unixcommunication-between-process-

Description: LINUX 程序间进程通信 此编码为操作系统原理实验内容-Inter-process communication LINUX
Platform: | Size: 1024 | Author: 星河鹭 | Hits:

[CommunicationInter-process-communication

Description: windows进程之间通讯的例子程序,仅供参考-examples of communication between the windows process procedures for reference only
Platform: | Size: 1978368 | Author: 箫雨 | Hits:

[Internet-Networkprocess-comm

Description: 学习Windows上进程间通信的PPT,详细介绍了命名管道的使用方式-The study of inter-process communication on Windows PPT, details the use of named pipes
Platform: | Size: 8192 | Author: zhangshuning | Hits:

[Linux-Unixprocess---socket

Description: 该程序为linux下面socket编程,主要用与进程间通迅,采用无连接技术。效率高,稳定性高。-The program for the following linux socket programming, mainly used for inter-process communication, with no connection technology. High efficiency, high stability.
Platform: | Size: 1024 | Author: libin | Hits:

[Linux-Unixprocess-communication

Description: 多进程及进程间通信程序,使用2个消息队列传递消息。-Multi-process and inter-process communication: Use two message queues to pass messages.
Platform: | Size: 244736 | Author: 孔令昌 | Hits:

[OS DevelopPipeline-inter-process-communication

Description: 进程间管道通信,进程间通信是操作系统课上必做的实验之一。-Interprocess communication pipes, inter-process communication is one of the operating system on the experimental class will do.
Platform: | Size: 502784 | Author: 陈湃 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 38 »

CodeBus www.codebus.net