搜索资源列表
x-net
- IOCP(I/O Completion Port,I/O完成端口)是性能最好的一种I/O模型。它是应用程序使用线程池处理异步I/O请求的一种机制。在处理多个并发的异步I/O请求时,以往的模型都是在接收请求是创建一个线程来应答请求。这样就有很多的线程并行地运行在系统中。而这些线程都是可运行的,Windows内核花费大量的时间在进行线程的上下文切换,并没有多少时间花在线程运行上。再加上创建新线程的开销比较大,所以造成了效率的低下。 -IOCP (I/O Completion Port, I/O
java_proxy
- Java写的端口代理程序-A port agent program written in java
programs
- dos下并口连网工具-networking tools under the parallel port dos ...............................
stackfiles
- VHDL IP Stack: This IP stack for an FPGA is a complex design because of the number of layers and the complexity of each that is required. It is limited to 10Mb/s operation and is designed for a full duplex switched network. It implements the lower la
Network_webserver
- 使用Java开发的Web Server,实现用户设置端口,多线程并行处理,并附有详细的实验报告:模块分析,结果测试。-Using the Java Development Web Server, to achieve the user to set the port, multi-threaded parallel processing, together with a detailed experimental report: Module analysis, the results of t
C_code_to_access_paralel_port
- Simple parallel port output control program for Linux The program output the data value to PC parallel port data pins (default lpt1 I/O address 0x378). The data values are given as the command line parameter to the program. The number can be
PortScan
- the port scanner you have downloaded is a simple and perhaps not very effective version of a port scanner. The only feature worth to be mentioned is, that it sports multiple threads to scan a specific IP in a quasi-parallel manner.
U-boot-programmer
- 此文档介绍linux中的u-boot怎么通过串口和并口烧写到开发板mini2440或fl2440中,两个开发板这方面兼容,内容具体详细而且配图。 -This document describes how the u-boot Linux through the serial port and parallel port write development board mini2440 or fl2440, compatible with two development board in th