搜索资源列表
epollselectmodelveryusefulcode
- 介绍epoll,select的详细代码实例,非常实用,支持高并发 ,Introduction epoll, select the detailed code examples, very useful to support high-concurrency
mnet_demo
- 一个网络通信开发库示例源码,封装了TCP和UDP的socket函数,封装了完成端口、WSAEventSelect、select等3种winsock I/O模型,并结合线程池+内存池模式,支持高并发。 -Example of a network communications development library source code, TCP and UDP encapsulates the socket function, encapsulates the completion port,
myftp
- ftp客户端,java开发,图形界面,多线程并发-ftp client, java development, graphical interface, multi-threaded concurrency
javazeromq
- This Java bridge to zeromq without JNI. TCP subcriber/publisher are currently supported. Ø MQ (ZeroMQ, 0MQ, zmq) looks like an embeddable networking library but acts like a concurrency framework. It gives you sockets that carry whole message
beginAtTheSameTime
- 模拟单道环境下多个进程并发 目的:通过模拟单道环境下多个进程的并发的实验,来加深对进程并发的理解。-Analog single-channel environment than the process of concurrent Objective: Simulation of single-channel environment than the process of concurrent experiments, to deepen their understanding of the
IOCP-SRC
- IOCP实现,高并发的Socket编程,可用于网络通讯程序的后台实现-IOCP achieve high concurrency Socket programming, network communication can be used for the background process to achieve
ProgrammingErlang.pdf.tar
- programing erlang 此书全面介绍erlang编程。适用于多线程网络开发程序员阅读。 主要用于大型服务器并发控制。-This book describes a comprehensive programing erlang programming erlang. For multi-threaded Web development programmer to read. Is mainly used for large-scale server concurrency co
socketlite
- 一个轻量级的C++跨平台(window/linux)网络编程框架。它简化了Socket异步事件分派、进程间Socket通信的并发OO网络应用和服务的开发。socketlib(已停止开发)的替代库。项目网址:http://code.google.com/p/socketlite-a lightweight C++ socket network framework. It simplifies the development of OO socket network applications and
SmsTest
- 短信收发送源代码.所有函数封装到类.并提供了多线程并发-Send SMS revenue source code. All functions package to the class. And provides a multi-threaded concurrency
totsearch
- 淘特站内搜索引擎(C#版)基于Lucene.Net核心,通过高效的中文分词算法将数据库中内容进行分析、索引并保存至硬盘中。前台搜索时,通过读取索引文件查询,避免了传统数据库查询在高并发及海量数据下的性能问题。因前台搜索不在连接数据库,为不希望数据库放到前台的特殊用户群体提供了数据快速查询解决方案-Amoy Special Search Engine (C# Edition) Based on Lucene.Net core, through the effective Chinese word
Nerv
- 开源的socket服务器,支持跨平台,具有高并发等特点,能够7*24小时运行-Open source socket server, and support cross-platform, high concurrency, etc., and can run 7* 24
linux_lab_05.tar
- 信息安全产品开发实践的练习,使用线程技术,并发的扫描端口程序,能对多个ip顺序扫描,使用了100个线程,并且线程内自动控制线程,初学,莫笑-Product development practices of information security practice, the use of threading, concurrency, port scanning procedure can order multiple ip scan, using 100 threads, and automa
tcp_frame
- 用Windows的IOCP、Linux的epoll、FreeBSD的kqueue写了一个支持高并发、多CPU、跨平台的TCP网络服务框架。-With Windows IOCP, Linux epoll, FreeBSD kqueue wrote a support high concurrency, multi-CPU, cross-platform framework for TCP network services.
webserverhtml
- 由VC写的web服务器程序,亲测完全可用。每秒可承受1000左右并发,性能良好的轻量级服务器源码。-Written by the VC web server program, the pro-test fully available. Concurrency can withstand about 1000 per second, good performance lightweight server source code.
server.tar
- 一个Linux下并发服务器的模型,包括多进程并发,多线程并发,IO复用并发三种-Linux servers under a concurrent model, including concurrent multi-process, multi-threaded concurrency, IO multiplexing of three concurrent
high-perf-server-dev
- 高性能高并发服务器设计之网络架构,不错的学习资料。-Design of high performance and high concurrency server network architecture, good learning materials.
Concurrency-Samples
- Unix多线程的示例程序。分别是用了select, fork 和 thread技术。-Unix multi-threaded sample program. Respectively, with a select, fork and thread technology.
TCPserver
- windows下TCP服务器开发代码示例,包含各种服务器模型,迭代并发等,还有线程同步的示例-development of the TCP windows server code example, contains a variety of server model, iteration concurrency, there are examples of thread synchronization
styleman_iocp
- iocp_test 演示了styleman_iocp的使用方法. netclienttest 使用styleman_network的客户端来连接上面iocp_test服务端. 经测试,iocp引擎可达到1000 tcp网络连接.并发每秒1KB/S的收发速度.-iocp_test demonstrates styleman_iocp to use. netclienttest use styleman_network client to connect to the serve
network
- 网络编程中的udp,tcp,并发控制的源程序,全部调试通过-Network Programming udp, tcp, concurrency control source, all debugging through
