搜索资源列表
ImageServer
- Asynchronous IO under ISAPI is often viewed as something of a black art. But it s actually quite straight forward and it will yield the highest level of performance and scalability for your application.
IOComplete
- windows环境下用IO完成端口异步读取网络数据的一个示例工程,希望可以引导IO完成端口入门-windows environment using asynchronous IO completion port to read an example of a project network data, hoping to guide the IO completion port entry
mina-2.0.0-M5
- mina是以Java实现的一个开源的网络程序框架,提供了对网络程序需要的并发、异步IO、事件驱动的支持!这是最新的2.0M5版!-mina is the realization of an open source Java Network Framework, provides the network requires concurrent, asynchronous IO, event-driven support! This is the latest version 2.0M5!
boot_ASIO
- ASIO是基本Boost开发的异步IO库,封装了Socket,简化基于socket程序的开发。是新一代的C++跨平台的工具-Boost the development of ASIO is the basic asynchronous IO library encapsulates Socket, socket-based program development simplified. Is a new generation of C++ cross-platform tools
IO
- 一个很好的I/O完成端口例子,I/O完成端口在建立伸缩性,异步I/O请求特别方便,本例子很适合网络编程的初学者.-A good I/O completion port example, I/O completion port in the establishment of scalability, asynchronous I/O request for the special convenience, the example of network programming is suitable
AnsyncTest
- 分别实现了socket编程的五种异步模式,包括完成端口、重叠IO-Realized for five asynchronous socket programming model, including the completion of the port, overlapping IO
IO
- SocketIO异步模型 的实例,对异步模型想深入了解的朋友可以下下来玩一玩-SocketIO example of asynchronous model, the asynchronous model to understanding friends can play the next down and play a
WSAEventSelect
- 异步IO 事件通知类型,等待EVENT句柄数组实现多等待,使用初学者-Asynchronous IO event notification type, wait EVENT handle an array of multi waiting to use for beginners
Apache_Mina_Server_2[1].0
- Apache Mina Server 是一个网络通信应用框架,也就是说,它主要是对基于TCP/IP、UDP/IP 协议栈的通信框架(当然,也可以提供JAVA 对象的序列化服务、虚拟机管道通信服务等), Mina 可以帮助我们快速开发高性能、高扩展性的网络通信应用,Mina 提供了事件驱动、异 步(Mina 的异步IO 默认使用的是JAVA NIO 作为底层支持)操作的编程模型。-Apache Mina Server is a network communication applica
aio
- Linux AIO (asynchronous IO) facility test.
source
- 主要的目的是为了对j2se的复习,以及训练大家对于线程的感觉 但如果大家有一定j2se基础的话,可以略过本教学项目。 本项目存在一些局限: 1:这个项目是为了让大家练多线程而多线程,其实在服务器端有更合适的方式,如异步IO模型 2:本项目不太注重对于界面的打造,目前java在这个领域还不算太擅长 3:本项目比较多地运用了Exception的处理,如果观众在练习的过程中跟不上的话,请先看该版本的正确答案-The main purpose of the review
COMOparator
- 串口操作模块,基于VS2008SP1 WIN32DLL写的,异步IO-OVERLAPPED!-Serial operation module, based on VS2008SP1 WIN32DLL write, asynchronous IO-OVERLAPPED!
RemoteDutyRecord
- 上个公司领导面试我时给我出的题:不允许使用数据库自带的远程连接功能,实现远程访问查询数据库。我为了达到演示目的专门使用了没有网络功能的access,因为数据库是一家公司的真实库所以我没上传只传了程序。此程序主要是通过异步IO来实现远程查询数据库的,主要是把sql发到server端拼接查库然后发回结果到客户端。百分百自己写的。-Leadership of the company interviewed me last time out of the question for me: not all
Mina_Study
- mina相关学习资料及代码,对异步开发IO有所帮助-mina-related learning information and code, the development of asynchronous IO help
WebChat
- 这个项目是java-j2se中的一个实战项目,主要的目的是为了对j2se的学习和复习,以及训练对于线程的感觉。 本项目的局限:1.这个项目是为了让大家练多线程而多线程,其实在服务器端有更合适的方式,如异步IO模型 2:本项目不太注重对于界面的打造,目前java在这个领域还不算太擅。 建议大家在eclipse中直接将这些项目引入,请按以下步骤进行: 1:把这些项目文件copy到你得workspace下面 如:d:\JavaProject 2:在eclipse的packag
SerialPort_NEW_API
- 串口异步IO 多线程通信,使用WIN32 API,基本实现成功-The serial asynchronous IO multithreading communication
source
- 简单的聊天程序,这个项目是为了让大家练多线程而多线程,其实在服务器端有更合适的方式,如异步IO模型-A simple chat program,This project is to let everyone practice multiple threads and multiple threads, actually has a more appropriate way in the server, such as asynchronous IO model
q3membuf
- This class implements an efficient buffering of data that is often used by asynchronous IO classes like QSocket, QHttp and QProcess for Linux.
WSAOverLapped
- 异步IO 网络模型 自己写的 希望能给需要的人一些帮助-Asynchronous IO network model to write their own hope to give those who need some help
IO编程
- python实现io文件读写,异步读写,序列化和反序列化(Python implements IO file reading and writing, asynchronous reading and writing, serialization and anti serialization)