搜索资源列表
io
- linux下实现IO通信,服务器端支持并发服务
TCPechod
- 在Linux/Unix环境下的网络编程,是TCP/IP的网际互联中的并发ECHO服务。系程序针对ECHO服务器,,作用是并发为多个客户服务
Linux_Socket_Programming_By_Example
- 目前已经有很多介绍计算机网络的书籍,但是它们之中的大多数似乎更适合于高级编程者,而对于众多只想了解使用方法的初学者而言,就显得太深奥了。 读者通过学习本书,可以掌握有关套接口编程的知识。同时,本书使用一种称为\"BY example\"的方法来提高读者的学习效率,书中每一章的内容都是建立在前一章的基础之上的。第一部分“基本套接口概念”在阐明域和地址族,套接口的类型以及面向连接/非连接协议等基本概念的基础上,介绍了简单的客户/服务器程序的编写方法和主机名/网络名查询程序的编写方法。在掌握了
网络客户端服务器实现
- 编写WEB客户端原型myWebBrowser和WEB服务器原型myWebServer及管理工具myManager,要求满足以下条件: 功能需求 1. myWebBrowser a) 利用HTTP的GET消息,能从任何WEB服务器中获取指定WEB页面; b) 获取WEB页面后,能将页面保存为本地文件index.html; c) 能显示index.html文件源码; d) 能调用Linux系统中的Web浏览器(如mozilla)正确显示index.html页面。 2. myWebSer
tcp_romote_mp
- Linux下实现tcp多进程并发服务器,有客户端和服务端俩个类-Linux achieve tcp multi-process concurrent server, there are both client and server classes
tcpserver_select
- 利用select I/O复用模型实现TCP并发服务器-TCP-SERVER
tcpMuti
- 基于Tcp的多线程并发服务器,利用fork创建线程,一个服务器端可以对应多个客户端-Tcp-based multi-threaded concurrent server, using fork to create threads, a server-side may correspond to multiple clients
TCP-to-begin-same-time-multi-process
- 基于linux环境下的基于TCP/IP的C语言的并发多进程服务器程序。-Linux-based environment based on the TCP/IP-C-concurrent multi-process server program.
MyLinuxThread5-25[1].tar
- LINUX 线程池源代码:Lock.cpp : 锁的操作 , 读锁可以并发 , 写锁独占. Queue.h : 队列的封装 , 队列的读和写都加了锁的保护. Socket.cpp : 套接口的简单封装. Thread.cpp : 线程的封装实现了些简单的线程停止,运行等功能 , 启动别的线程的时候需要继承次类. Worker.cpp : 用户接口类 , 用户需继承此类。 ListenThread.cpp(继承Thread.cpp) : 服务器监听线程.如果有客户端连接通知Th
002
- 摘 要:在模拟黑客攻击模型的基础上,综合采用Windows和 Linux平台作为扫描基础平台,采用客户端/服务器架构,利用 分布并发机制设计了一个高效网络漏洞扫描系统.-Abstract: In the simulation model of hacker attacks, based on a combination of Windows and Linux platforms as the foundation platform for scanning, the use of cl
server_thread
- 用Unix下的socket实现的并发服务器,采用多线程实现的并发功能。-Under Unix with the realization of concurrent socket server, used to achieve concurrent multi-threaded functionality.
C10K
- Lock.cpp : 锁的操作 , 读锁可以并发 , 写锁独占. Queue.h : 队列的封装 , 队列的读和写都加了锁的保护. Socket.cpp : 套接口的简单封装. Thread.cpp : 线程的封装实现了些简单的线程停止,运行等功能 , 启动别的线程的时候需要继承次类. Worker.cpp : 用户接口类 , 用户需继承此类。 ListenThread.cpp(继承Thread.cpp) : 服务器监听线程.如果有客户端连接通知ThreadPool类,由Th
yao
- CentOs 下用c++封装的的并发服务器程序,可以作为参考学习一下啊。-CentOs under c++ package with the concurrent server program can serve as a reference and study how ah.
yao
- linux 命令行下的网络socket 和sqlite3 的完全实现,gcc 4.0 以上版本编译;服务器是基于进程实现的并发服务器。-linux command line sqlite3 network socket, and the full realization, gcc 4.0 or later to compile server is a server-based process to achieve concurrency.
sendterminfo
- LINUX平台下基于多进程的(可控制并发数)下发通知消息进程(服务器进程)-LINUX platform based on multi-process (which can control the number of concurrent) issued a notification message process (server process)
http_proxy
- 一个并发服务器的聊天程序,能同时实现1000个客户的登陆,聊天。-A concurrent server, chat program, customers can simultaneously achieve the landing 1000, chat.
SELECT_SERVER
- 通过I/O多路复用并发服务器实现局域网间的简单通信实例-Through I/O multiplexing concurrent server implements a simple instance of communication between the LAN
1
- linux下一个多线程并发服务器的实例,用于学习多线程编程及相关操作系统的知识-linux under a multi-threaded concurrent server instances for learning multithreaded programming and operating systems knowledge
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
资料
- 并发TCP、UDP服务器客户端,消息互发,文件互传(Concurrent TCP UDP server client, message exchange, file transfer.)