搜索资源列表
多线程服务器
- 多线程服务器,想当于浏览器的功能,一次可以打开多个HTTP连接,当然接收的文件类型有所限制-multithreaded servers, want the browser function, one can open multiple HTTP connections, of course, receive the file type restriction
用DELPHI建立多线程COM服务器
- 用DELPHI建立多线程COM服务器
VC 多线程 服务器与客户端
- 多线程服务器
多线程实现
- 多线程实现客户-服务器结构的一个例子-Multithreading to achieve client-server structure of an example
多线程实现的Web服务器
- JAVA中实现的多线程实现的Web服务器-JAVA achieve the realization of multi-threaded Web server
moreserver
- 多线程服务器客户端,一个服务器可连接多个线程-multithreaded server client, a server can connect to multiple threads
多线程HTTP服务器源代码
- 很好的学习进程和线程的好资料,是专业人士的必备资料,也是处学者的好东东,一定会得到你想要的知识-good learning process and the good threads, the information professional's essential information, as well as a good scholar Department Dongdong, will be the knowledge t
ISAPI Filter 限制 IIS 多线程访问
- 使用 ISAPI Filter 实现的限制 IIS 多线程访问程序。 主要应用在下载系统,或者使用 IIS 做的流媒体点播系统中,稍加修改可以使其具有认证功能。在程序中已经对 用户认证 事件做了直接返回的处理。 使用本 Filter 可以很容易的获得服务器的连接数,从而可以实现多个服务器的负载平衡(可以把请求分发到连接较少的一个服务器上)。 可以对访问的有效控制,可以自定义无限制用户IP,限制用户的IP。 从而可以实现对某个IP的限制数
多线程服务器
- 多线程服务器,想当于浏览器的功能,一次可以打开多个HTTP连接,当然接收的文件类型有所限制-multithreaded servers, want the browser function, one can open multiple HTTP connections, of course, receive the file type restriction
实例53-多线程文件下载服务器
- 多线程下载文件服务器,接收客户端登陆信息,和传递文件-multi-threaded download the file server, the receiving client landing information, and transmit documents
chartroom
- 这是我自己写的一个聊天程序,实现了多线程服务器,同时也是我本人的毕业设计。现在很多学生的毕业设计都是聊天程序,希望我的代码能对你有帮助!-that I write a chat program to realize a multi-threaded server, it is also my graduation design. Now many graduate students are chatting design process
MultWebServer
- 多线程服务器功能: 从同一局域网的不同主机发起请求; 从同一机器的多个浏览器发起请求; 访问各种格式文件;-Multi-threaded server functions: different LAN from the same host initiated request the number of machines from the same browser to initiate the request acces
WebServer
- 易语言代码:Web服务器实现多线程的例子,实现了用易语言编写多线程服务器,可以作为很好的借鉴-Easy language code: Web server multi-threaded example, using easy to realize multi-threaded server languages can serve as useful reference
ThreadServer
- 用JAVA开发的多线程服务器,用了SOCKET,可从浏览器上访问.-JAVA development with multi-threaded server, using the SOCKET, can access from your browser.
qt_http多线程断点续传下载
- 实现demo,从http服务器多线程断点续传。(Demo, from the HTTP server multi-threaded downloader.)
Win32多线程程序设计(源代码)
- ● Internet开发范例,包括ISAPI和WinSock。 ● 如何在服务器中使用线程和overlapped I/O。 ● 如何在多线程环境中使用C runtime函数库和MFC. ● 以C和C++写成的各个范例程序。 ● UNIX环境比较。让UNIX下的开发人员能转移到Win32. (Internet development examples, including ISAPI and WinSock. How t
RT-Thread下TCP并发服务器模型-多线程TCP服务器
- stm32 RT-Thread下 TCP并发服务器模型-多线程TCP服务器 实用型,不可多得,keil下编译(stm32 RT-Thread TCP concurrent server model - multi-threaded TCP server)
多线程断点续传(基于HTTP协议)
- 能实现多线程断点续传,在网络中断后将已经上传的部分缓存在服务器,在连上网络后接着上传(To achieve multi-threaded HTTP cache, in part after the network interrupt has been uploaded on the server, to connect to the network and then upload)