搜索资源列表
实例56-多线程文件搜索
- 用多线程实现文件的搜索,从中可以学习多线程用法,里面也有通信的内容-using multithreading document search, can learn from multithreaded usage, they have the communication
doctorclient01
- 多线程与视频聊天小程序,对初学者很有用的啊,不相信你看看就知道了啊!! -multithreading and Video Chat small procedures for beginners very useful ah, I think you look at know ah! ! Ha ha
webserver0_2
- 不到200行的WWW服务器java版 多线程的,几个IE同时请求应该没问题 内附说明,对学习JAVA多线程及 HTTP协议很有帮助-200 less than the WWW server java version of multithreading, Several IE with the request should be no problem to the accompanying literature, to learn Java Multithreading and HTT
HTTPget
- HTTPget能够进行多线程HTTP下载,也能够下载通过扫描HTML文件发现的文件。-HTTPget capable of multithreading HTTP download, or to download the HTML document by scanning the paper found.
WebServerDemo
- 怎样编写多线程HTTP服务器,该服务器响应来自于WEB浏览器的请求,读取文件或网页,并把这些内容回送给用户-multithreading HTTP server, which responded from the Web browser's request, to read documents or Web pages, and integrate these elements to give users
ISAPI Filter 限制 IIS 多线程访问
- 使用 ISAPI Filter 实现的限制 IIS 多线程访问程序。 主要应用在下载系统,或者使用 IIS 做的流媒体点播系统中,稍加修改可以使其具有认证功能。在程序中已经对 用户认证 事件做了直接返回的处理。 使用本 Filter 可以很容易的获得服务器的连接数,从而可以实现多个服务器的负载平衡(可以把请求分发到连接较少的一个服务器上)。 可以对访问的有效控制,可以自定义无限制用户IP,限制用户的IP。 从而可以实现对某个IP的限制数不限制,或者对某个IP的封杀。-use ISAPI Filt
HttpDownload
- 基于HTTP的下载,可以支持断点下传,可以多线程和多任务,非常实用。-Based on HTTP download, can support breakpoint downloading, multithreading and multitasking, very practical.
asmttpd
- asmttpd 是一个完全使用 amd64 汇编开发的 Linux 下的 Web 服务器。 特性: 通过线程池支持多线程 无需第三方库支持,只需 64 位的 Linux 速度快 GitHub:https://github.com/nemasu/asmttpd-asmttpd is a completely developed using amd64 compile under Linux Web servers. Features: supports multit
_webserv
- Small web-server *. 1. Multithreading. 2. Opens for input connections on port 8080. 3. Provides access to everything on the disk C:\. (For example http://192.168.1.202:8080/123.txt file contents of the file in the browser - C:\123.txt)