搜索资源列表
pipedoc
- 管道(Pipe)实际是用于进程间通信的一段共享内存,创建管道的进程称为管道服务器,连接到一个管道的进程为管道客户机。一个进程在向管道写入数据后,另一进程就可以从管道的另一端将其读取出来。匿名管道(Anonymous Pipes)是在父进程和子进程间单向传输数据的一种未命名的管道,只能在本地计算机中使用,而不可用于网络间的通信。-pipes (Pipe) for the actual inter-process communication for shared memory, the creati
TCP/IP网络重复型服务器通信软件设计
- 本文介绍一种新型的基于消息队列的重复型服务器通信软件的设计方法,不同于并发型服务器和一般的重复型服务器通信软件,这种新的软件具有生成的子进程数少的优点,并且轻易对客户机与服务器的连接进行治理,适用于客户机数量较多和随机数据通信的情况,能够有效地提高服务器的运行效率。
tongbu
- 实现进程间同步,父进程创建子进程,在Linux下实现多进程设计-To achieve inter-process synchronization, the parent process creates the child process, multi-process design under Linux
fork
- 系统调用fork函数,以及父进程与子进程的执行顺序问题。-Fork system call function, as well as parent and child process of implementation of the order of the problem.
CreateProcessAsUser
- 主要的功能是创建用户使用的一个子进程,一般的子进程都是由system启动的,但是这个是当前用户启动的。-The main function is to create a user using a subset of the process, a subset of the general process is initiated by system, but this is the current user initiated.
Progress-Management-Linux
- Linux进程管理 包含用户进程的创建与调度执行、父进程等待子进程的同步、进程通信 等等。 -Linux process management includes the creation of the user process and schedule execution, the parent process waits for the child process synchronization, process communication.
lab4_5_Fibonacci
- fibonacci数列进程实现。用子进程计算并用父进程输出-fibonacci sequence process implementation. Calculated and used by the child process the parent process output
sever-and-client
- 简单客户端 和 服务器 服务器创建子进程 来处理客户端-client and server client and server