搜索资源列表
Socket
- 一个用线程池的Socket 可以 自定义 线程个数
socket
- socket小实验,谁有Pro*c连接池发出来学习学习,
socket+线程池
- socket+线程池,在unix/linux下编译.-socket threads pool, in unix / linux compiler.
socket
- socket编程,包括服务器断,客户端,线程池,消息队列等
ThreadPool_final.rar
- 此代码作为Server,使用TCP Socket编程技术,利用多线程并发,并且使用了线程池技术,修改宏定义可以实现任意路client并发连接到此服务器,This code as a Server, using TCP Socket programming using concurrent multi-threaded, and uses the thread pool technology, to amend the definition of macros can be complicated
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
SocketServer
- 利用线程池来进行多线程的客户端/服务器的Socket编程 编译出来的SocketServer.exe为服务器端,客户端的话,只需在当前文件夹的dos窗口中运行运行 SocketServer.exe /client即可-Full Multi-thread Client/Server Socket Class with ThreadPool
Socket
- Linux 之下实现的使用线程池的 socket 优秀例子-Under the use of Linux to achieve excellent example of socket thread pool
MyLinuxThread5-25[1].tar
- LINUX 线程池源代码:Lock.cpp : 锁的操作 , 读锁可以并发 , 写锁独占. Queue.h : 队列的封装 , 队列的读和写都加了锁的保护. Socket.cpp : 套接口的简单封装. Thread.cpp : 线程的封装实现了些简单的线程停止,运行等功能 , 启动别的线程的时候需要继承次类. Worker.cpp : 用户接口类 , 用户需继承此类。 ListenThread.cpp(继承Thread.cpp) : 服务器监听线程.如果有客户端连接通知Th
Wuyi
- 自己收集的许多工具类:socket读写线程池,存储超时对象的对象池,MD5类,字符串处理类,时间字符串转换类等等。-socket thread pool
C10K
- Lock.cpp : 锁的操作 , 读锁可以并发 , 写锁独占. Queue.h : 队列的封装 , 队列的读和写都加了锁的保护. Socket.cpp : 套接口的简单封装. Thread.cpp : 线程的封装实现了些简单的线程停止,运行等功能 , 启动别的线程的时候需要继承次类. Worker.cpp : 用户接口类 , 用户需继承此类。 ListenThread.cpp(继承Thread.cpp) : 服务器监听线程.如果有客户端连接通知ThreadPool类,由Th
SocketAsyncEventArgsPool
- 异步socket传输中所用到的连接池类,专门用于构建高性能socket服务器-Transmission of asynchronous socket connection pool used in class
IOCP.in.Csharp
- Windows IOCP Socket在C#封装,并有Socket池的实现-Windows IOCP Socket in C# package, and have achieved Socket Pool
Fingerprintattendancesystem(10-19)
- 指纹签到系统 怎样管理线程,内存池,socket通信-Fingerprint attendance system how to manage threads, memory pools, socket communication
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
Socket
- 学习资料 Socket编程 包括C/S 多线程 固定和可变的线程池 协议-Learning materials, including Socket Programming C/S multi-threaded thread pool of fixed and variable agreement
socket
- SOKRET 通信长连接 短连接的 SOCKET池实现-SOKRET short communication connections SOCKET long connection pool implementation
iocp---socket-pool
- IOCP的socket连接池, 解决高并发的连接问题-socket pool for IOCP, resolve the greatness intercurrent.
socket
- 对socket函数的一种封装,含有连接池和非连接池两种方式,并带有错误处理-For socket function A package containing connection pooling and non-connecting pools in two ways, and with error handling
SocketAsyncServerAndClient
- 这是一个高效的异步服务器和客户端的实现,用线程池的使用保证了稳定运行,拿来即可用,(This is an efficient asynchronous server and client implementation, with the use of thread pool to ensure a stable operation, easy to use)