搜索资源列表
fork函数解析
- fork函数解析 包括进程控制 ,一般文件操作(包括管道和套接字)等等 -fork analytic functions, including process control, the paper operations (including pipes and sockets), etc.
CreatProcess
- 在 UNIX 系统中,用户创建一个新进程的过程(调用系统调用 fork)。以及在此过程中可能遇到的问题。-the UNIX system, you can create a new process to the process (called fork system call). In this process, and may encounter problems.
servermuti
- linux 下利用FORK生成子进程,从而可以多客户端访问服务器等基本例程,在linux环境下分别编译两个文件,在不同窗口运行一个服务器端,运行多个客户端,即可看到效果-Under linux use FORK generate child processes, which can be more than the Client Access server and other basic routines, respectively, in the linux environment to co
Socket-network-programing
- 工程演示了socket的基本函数使用,其实不管有多复杂的网络程序,都使用的这些基本函数。功能是只有处理完一个客户端请求才会去处理下一个客户端的请求,这样的服务器处理能力是很弱的,现实中的服务器都需要有并发处理能力!为了需要并发处理,服务器需要fork()一个新的进程或者线程去处理请求等-Engineering demonstrates the basic functions of the socket, in fact, no matter how complex the network pro