搜索资源列表
LinuxIPC进程间的通信
- Linux 操作系统提供进程间通信(IPC)机制,用来保证正在执行的进程在内核的协调下能够 共享资源、同步以及交换数据等。Linux 支持大量进程间通信机制,包括信号、等待队列、管道 以及Unix 系统V 中提供的进程间通信机制,如消息队列、信号量和共享内存。-Linux operating system to provide inter-process communication (IPC) mechanism used to ensure that the process is being
Socket
- 通过socket来检测网络的通讯功能,socket是一进程与另一进程进行双向通讯的最终的套接点, socket是伯克利在Unix中推出的计算机系统的IPC和异种机网络互联的基本机制。为了更好的理解 本题目的某些结构,需要深入的了解计算机系统和其网络协议。此文章的内容可以作为计算机编程人员的指导性文章。
root-ipc-fifo-examples.tar
- UNIX/Linux环境下使用有名管道(FIFO)的例子。
Linux-IPC.tar
- 资源中包含了Linux进程间通信的例子,同时有源文件和可执行文件。 源码主要包含了Linux下IPC机制的本地进程通信方式,包含了IPC共享内存,IPC信号量,IPC消息队列的实现,以及Linux下判断进程退出原因的示例程序。因为是做毕设学习时的练习程序,因此程序有详细的注释。(注意,每种通信方式需要在同时两个终端中查看验证,才可以看出效果,注意查看源码注释)-the source code included in the copressed package shows how IPC wo
OS_IPC_Practise
- 操作系统Interprocess Communication(IPC)实验源码。 在Unix的内核环境中,要解决的一个首要问题是:如何控制和处理不同进程之间的通信和数据交换。 本实验中将通过研究一个简单的实例,看看在同一台机器的UNIX环境下多个进程是如何运行和被控制的-Operating System Interprocess Communication (IPC) experimental source. At the core Unix environment, to solve
alp-ch05-ipc
- Interprocess Communication of UNIX and Linux
UNIX_Network_Programming__Interprocess_Communicat
- A very good book on UNIX network programming - Volume 2 for IPC (shared memory, message queue...)-A very good book on UNIX network programming- Volume 2 for IPC (shared memory, message queue...)
unix-ipc
- 进程间通信的原理 过程 实现 以及系统调用-unix ipc
UNIXhuanjinggaojibiancheng
- 本书是被誉为UNIX编程“圣经”的Advanced Programming in the UNIX Environment一书的更新版。在本书第1版出版后的十几年中,UNIX行业已经有了巨大的变化,特别是影响UNIX编程接口的有关标准变化很大。本书在保持了前一版的风格的基础上,根据最新的标准对内容进行了修订和增补,反映了最新的技术发展。书中除了介绍UNIX文件和目录、标准I/O库、系统数据文件和信息、进程环境、进程控制、进程关系、信号、线程、线程控制、守护进程、各种I/O、进程间通信、网络IPC
UNIXCcode
- 用C语言编写的Unix代码实例 供大家参考 -#include <sys/sem.h> #include <sys/types.h> #include <sys/ipc.h> #include <stdio.h> #include <sys/stat.h> #define VERIFYERR(a, b) if (a) fprintf(stderr, " s failed.\n", b) else fp
UnixDomainSocket
- IPC and unix domain sockets example, server which searches for a specific string occuring in a file as many times as it occurs with the starting index number of each occurance. The client will connect to the server and request something like
lab1
- Tutorial for IPC on unix and GDB on unix
lab2
- Unix IPC and GDB tutorial
lab3
- Unix tutorial on IPC and debugging
Inter-Process-Communication
- Information in inter process communication (IPC) on Unix/Linux platform.
IPC_745804723
- IPC 描述,Unix下IPC的使用例子-Descr iption IPC, Unix' s use of examples under the IPC
Unix-Network
- UNIX网络编程影印版 UNIX网络编程的经典之作。附录中给出了测量各种IPC形式性能的方法。 本书内容详尽且具权威性,几乎每章都提供精选的习题,并提供了部分习题的答案,是网络研究和开发人员理想的参考书。-Network programming in UNIX Second Edition UNIX network programming classic. The appendix gives measurements of various IPC form of the pe
ipc
- linux、unix下实现进程间通信实验用例以及文件操作-Experimental use cases of inter-process communication and file operations
ipc
- Unix环境编程基础之进程间通信,对入门级的程序员有很好的帮助-Unix programming environment based interprocess communication, for entry-level programmers have a good help
dsfinttion-IPC
- MODBUS 的C 子程序,用KEIL C 下编译通过()
