搜索资源列表
pxmsg
- 基于unix/linux 的消息队列编程;库采用POSIX 可做商业源代码用-based on unix / linux the Message Queue programming; For commercial use POSIX do with the source code
messctrl
- 在进行linux服务器编程时经常要用到消息队列编程,但直接使用系统调用可能还不能实现需要.此例子演示了怎样在用内核调用操作消息队列,控制消息队列溢出,消除\"死\"消息的方法.-during regular programming to be used when the message queue programming, but the direct use of system calls may also need to achieve. this example demonstrates
net_oss
- 这是一个模拟电信计费的程序,非常详细,运用了线程池、消息队列和socket编程等技术。-This is a simulation of telecommunications billing procedures, very detailed, using the thread pool, Message Queue and socket programming technology.
mesg
- Unix环境下的消息队列编程库。-Unix environments, the Message Queue programming library.
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
msq_server
- 学习系统编程时自己写的一个代码,两个进程之间基于消息队列的通信。-Learning system programming to write a code, based on message queue communication between two processes.
msg_client
- 这是一个linux下的编程,是一个linux下的ipc通讯中的消息队列的客服端-err
Socket_linux
- linux环境下的socket编程,包括线程池,信号量,消息队列等-linux/unix socket
2_2
- Linux下的简单IPC编程,消息队列通信-IPC programming under Linux is simple, the message queue communication
mq
- linux中消息队列编程具体用法实例,有助于初学者的学习-specific usage of an instance of the message queue programming, in linux helpful for beginners learning
msg_queue
- 基于消息队列的一个简单C聊天程序,通过这个简单的程序,可以让我们对消息队列编程有更清晰的理解!-Based on a simple message queue C chat program, through this simple program that allows our message queue programming a clearer understanding!
UNIX-programming-information
- UNIX编程资料,TCP程序设计,UDP程序设计,并发服务器设计,创建线程,线程等待,线程退出保护设计,消息队列,日志记录模块-UNIX programming information, TCP programming, UDP programming, concurrent server design, create a thread, the thread waits for the thread to exit protection design, message queues, logg
posixMsgQueneEx2
- 基于C语言的消息队列编程,在Windows+Cygwin环境下可用(Message queuing programming)
ipcMsg
- 非常好用的消息队列使用案例,使用与linux多进程通讯(message queue usage case)