搜索资源列表
realmsg-4
- 本人写的实现类似于MSN的即时通信软件,基于linux socket编程,有完整的客户端,服务器端代码 实现好友管理,线程池,文件传输,简单音频传输等功能,经过修改可用于嵌入式环境-I write to achieve similar to the MSN instant messaging software, based on linux socket programming, a complete client, server-side code to achieve the fr
Socket
- Linux 之下实现的使用线程池的 socket 优秀例子-Under the use of Linux to achieve excellent example of socket thread pool
multi-thread-simple-crawler-socket
- C#socket通信, 用c#开发的聊天室程序源代码,可用于自己的二次开发-C# Socket communications, use c# Developed chat room source code can be used in their secondary development
Wuyi
- 自己收集的许多工具类:socket读写线程池,存储超时对象的对象池,MD5类,字符串处理类,时间字符串转换类等等。-socket thread pool
linux_file_transfer
- Linux中利用socket透過server,兩個client端傳送與接收檔案,可在code中設定ip/port,為linux入門者參考code,有使用thread,故編譯時要加一條-lpthread-Socket through the use of Linux in the server, two client-side to send and receive files, can be set in the code in the ip/port, for the entry-linux
Socket
- 客户端与服务端通讯,其中涉及到多线程及对线程的处理、委托-Client and server communications, which involves multi-threaded and thread handling, commissioned
tools
- 一些简单的线程类、线程同步类、socket类等等常用小工具类-Some simple thread class, thread synchronization classes, socket classes commonly used small tools, etc.
multi-thread-simple-crawler-socket
- 简易多线程网络爬虫基于C#语言socket编程-Simple multi-threaded web crawler socket programming language based on C#
thread
- 这是一个多线程传送文件的客户端和服务器程序,对于初学多线程socket编程的小朋友特别有用!-This is a multi-threaded file transfer client and server programs, multi-threaded socket programming for beginners especially useful for the children!
socket
- 单线程并发服务器(select) 编程. errexit()和passiveTCP()两个方法见"linux socket通信示例(传送文件)"文章-common implementation of thread pool logic for httpd and config.
ServerSocket
- multi thread server socket demo
vbfrance_SOCKET-CLASS-SOCKET-AVEC-EVENEMENTS-MULT
- vb visual connexion multi thread
vc_thread_socket_programming_code_programming
- vc编程实现线程套接字编程代码vc thread socket programming code programming -vc thread socket programming code programming
socket
- 一个简单的socket服务器,两个独立的线程分别处理输入流和输出流,然后一个简单的线程池处理从输入流中解析出来的iso8583数据包-A simple socket server, two separate threads are processing the input and output streams, then a simple thread pool to parse from the input stream of data packets out of the iso8583
SocketThrdServer
- 网络编程多线程实现,源于oracle官网-socket thread
Socket
- VC++ 线程非阻塞SOCKET通信 服务器与客户端发消息只建立一个套接字-SOCKET VC++ thread non-blocking message communications server and client to establish a socket only
tcpDemo
- TCP socket 线程实例,简单易懂-TCP socket thread instance, easy to understand
CMultiSvr-(SOCKET-API-Multi-Thread)
- socket API 非阻塞消息方式下写的TCP客户端示例(一客户端连接多服务器)-socket API no blocking tcp client
socket
- 写入用“插座”线程通信以建立要求的服务器和客户端具有发送和接收信息的功能的Java应用程序,由服务器发送到客户端的信息是“NII”没有,客户端接收该信息后,变更它为“东软信息科学”,然后发送到服务器。-Written to use socket thread communication to establish a Java application that requires the server and c
socket-server-socket-serve
- 这是一个关于各种IO模型的socket server实现与测试。 这里采用多种模型实现了一个TCP ECHO服务器,将client发送的内容echo回去。 client每秒会发送一次请求,server保持并发连接并进行相应。 现已实现的模型: base: 最原始的echo服务器 thread: 多线程模型 select: select模型 poll: poll模型 epoll: epoll模型 参数 修改src/clients.sh 可以生成指定数量的client 修改