当前位置:
首页 资源下载
搜索资源 - UNIX domain socket
搜索资源列表
-
0下载:
linux/unix下使用unix域套接字通信与使用共享内存+信号量通信方式的用时测试比较代码。-linux/unix use unix domain socket communication and the use of shared memory+ semaphore method of communication when the test code.
-
-
0下载:
用于进程间通信的unix域socket使用示例,同时包含了对通信效率的计时。-For inter-process communication using unix domain socket example, at the same time contains the time of the communication efficiency.
-
-
0下载:
进程通信的多方法实现。客户机产生两个随机数,发给两个服务器。服务器1(IP地址:192.168.0.1,Port:3254)将这两个随机数相加;服务器2(IP地址:192.168.0.10,Port:3255)将这两个随机数相减。两个服务器分别将运算结果返回给客户机,客户机显示回传结果。
要求用UDP方式,命名管道方式和命名的UNIX域套接字分别实现。
-Multi-process communication method. Client two random numbers gener
-
-
1下载:
magent 是一个简单,但非常有用的 memcached 缓存服务器的代理小程序。
主要功能:
• 保持到memcached服务器的多个连接
• 支持下列memcached指令
1. get gets
2. delete
3. incr decr
4. add set replace prepend append
5. cas
• 基于 libevent 的事件驱动库
• 支持 ketama 算法
-
-
0下载:
WPA Supplicant / UNIX domain socket -based control interface.
-
-
0下载:
non-standard class for creating inbound UNIX-domain socket on the Android platform, this is created in the Linux non-filesystem namespace.
-
-
0下载:
A UNIX-domain (AF_LOCAL) socket address.
-
-
0下载:
Structure for holding unix domain socket s address.
-
-
0下载:
基于labview的TCP客户端程序发送主机通常将发送缓冲区中的数据按内存地址从低到?的顺序发出,接收主机把从?络上接到的字节依次保存在接收缓冲区中,也是按内存地址从低到?的顺序保存。
TCP/IP协议规定,?络数据流应采??端字节序,即低地址?字节。
socket API是?层抽象的?络编程接?,适?于各种底层?络协议,如IPv4、 IPv6,以及后?要讲的UNIX Domain Socket。(Based on the TCP client program to send the hos
-