Welcome![Sign In][Sign Up]
Location:
Search - nio

Search list

[Internet-Network20081015111532911ionio

Description: 使用JAVA I/O和 NI/O编写的两种网络ECHO服务器,用以学习两种IO的不同编程方法,体验基于阻塞与非阻塞IO开发高性能网络应用程序的具体实例.Java平台传统的I/0系统基于byte(字节)和Stream(数据流)。这种模式下的I/O 操作以字节为单位,以流的方式处理数据。而NIO( New I/O )以块的方式处理数据,它的系统操作面向Buffer(缓冲),Channel(通道)和Selector(选择器),不再是字节,这种模式利用了操作系统管理内存和文件的方式,并将一些耗时操作直接转移给操作系统,使JavaI/O的速度得以提高、性能得到了明显的改善 -The use of JAVA I/O and NI/O, prepared by two types of network servers ECHO to learn two different programming methods IO experience obstructive and non-blocking IO based on the development of high-performance network applications specific examples. Java platform for the traditional I/0 system is based on the byte (byte) and Stream (data streams). This mode of I/O operation in bytes in order to deal with data flow way. The NIO (New I/O) blocks the way to deal with data, its system for Buffer (buffer), Channel (channel) and the Selector (selector), is no longer a byte, this mode of use of operating system management of memory and the manner in which documents, and some time-consuming operation of a direct transfer to the operating system, so that JavaI/O speed will be increased and performance improved significantly
Platform: | Size: 2048 | Author: 郭为 | Hits:

[JSP/JavaJSocketBean

Description: 使用JAVA NIO异步socket的多线程源代码-JAVA NIO asynchronous socket using the multi-threaded source code
Platform: | Size: 399360 | Author: vma | Hits:

[JSP/JavaJNA3.09API

Description: JNA是java NIO的开源框架,这是api-JNA are open-source java NIO framework, which is api
Platform: | Size: 922624 | Author: zhui | Hits:

[Internet-NetworkthrdPlatIntUtil.nio

Description: java写socket通信工具,自己在07/08年写的用在一个项目中。拿出来供各位参考、学习用。-java Writing socket communication tools, their own Writing at 07/08 years of use in a project. Out for your reference, study with.
Platform: | Size: 59392 | Author: chengan | Hits:

[JSP/JavanioPool

Description: JAVA NIO实现的 客户端连接池程序。 其功能主要是调用服务器函数,发送对象,接收对象 ,徐序化对象,类似于Rmi 里面用到了动态代理.-JAVA NIO client implementation process connection pool. Its function is to call the server function, to send the object to receive the object, Xu sequence of objects, similar to those used in the dynamic Rmi agent inside.
Platform: | Size: 13312 | Author: 余嘉伟 | Hits:

[JSP/Javaj-nio-ltr

Description: Basic introduction of NIO streams of java
Platform: | Size: 95232 | Author: saqib | Hits:

[JSP/JavajavaNio

Description: java nio 用于java网络非阻塞编程,区别于通常的阻塞编程-java nio network non-blocking for the java programming, programming from the usual blocking
Platform: | Size: 2822144 | Author: kinghe | Hits:

[JSP/JavaServer

Description: java NIO源代码,初学者学习java NIO技术的基础代码-java NIO source code, java NIO beginners to learn the basis of technical code
Platform: | Size: 23552 | Author: Arios | Hits:

[VHDL-FPGA-VerilogNIO-II-function

Description: NIOS II常用函数详解详细讲解了NIOS II中各种函数的使用方法-NIOS II explain commonly used functions on the NIOS II in detail in the use of a variety of functions
Platform: | Size: 5120 | Author: 东风 | Hits:

[Communication-Mobilenio

Description: java 的socket的通道编程的代码api,可以是需要的网络开发的人员浏览
Platform: | Size: 263168 | Author: | Hits:

[JSP/Javaproactor(1)

Description: NIO 测试实例 NIO 测试实例 -NIO Examples of NIO test test case test case NIO
Platform: | Size: 133120 | Author: 陈明 | Hits:

[JSP/Javanio-src

Description: java non-blocking socket programming
Platform: | Size: 7168 | Author: Hegen | Hits:

[JSPOReillyJavaNIO.pdf

Description: O Reilly - Java NIO 介绍JAVA NIO的书-O Reilly- Java NIO
Platform: | Size: 2836480 | Author: flierlh | Hits:

[JSPOReillyJavaNIO

Description: Java NIO explores the new I/O capabilities of version 1.4 in detail and shows you how to put these features to work to greatly improve the efficiency of the Java code you write. This compact volume examines the typical challenges that Java programmers face with I/O and shows you how to take advantage of the capabilities of the new I/O features. You ll learn how to put these tools to work using examples of common, real-world I/O problems and see how the new features have a direct impact on responsiveness, scalability, and reliability.
Platform: | Size: 1182720 | Author: mark | Hits:

[CommunicationDownloadServer

Description: nio实现的服务器端,客户端可以请求服务端下载文件,并支持多个文件下载-nio implementation of server-side, the client can request the server to download files
Platform: | Size: 2048 | Author: 老严 | Hits:

[BooksJavaNIO

Description: This book is about advanced input/output on the Java platform, specifically I/O using the Java 2 Standard Edition (J2SE) Software Development Kit (SDK), Version 1.4 and later. The 1.4 release of J2SE, code-named Merlin, contains significant new I/O capabilities that we ll explore in detail. These new I/O features are primarily collected in the java.nio package (and its subpackages) and have been dubbed New I/O (NIO). In this book, you ll see how to put these exciting new features to work to greatly improve the I/O efficiency of your Java applications.
Platform: | Size: 2822144 | Author: weiren | Hits:

[JSP/JavaNioHttpSvr.tar

Description: nio的主要作用就是用来解决速度差异的。举个例子:计算机处理的速度,和用户按键盘的速度。这两者的速度相差悬殊。如果按照经典的方法:一个用户设定一个线程,专门等待用户的输入,无形中就造成了严重的资源浪费:每一个线程都需要珍贵的cpu时间片,由于速度差异造成了在这个交互线程中的cpu都用来等待-nio' s main role is to solve the speed difference. For example: computer processing speed, and the user presses the keyboard speed. Significant differences between the speed of the two. According to the classical methods: a user to set a thread dedicated to waiting for user input, is somehow causing a serious waste of resources: all need each thread' s cpu precious time slices, because of the speed difference caused in this interactive Xiancheng the cpu have to wait
Platform: | Size: 16384 | Author: wangguoqiang | Hits:

[JSP/Javasrc

Description: java nio socket 源码是java nio 编程的例子,简单易学-java nio socket programming java nio source is an example, is easy to learn
Platform: | Size: 2048 | Author: weijk | Hits:

[JSP/JavaThe_Study_about_Java.nio

Description: java.nio包的学习总结,看看确实有收获-The study concluded java.nio package to see if indeed there are gains
Platform: | Size: 420864 | Author: 紫轩 | Hits:

[Internet-NetworkApache_Mina_Server_2[1].0

Description: Apache Mina Server 是一个网络通信应用框架,也就是说,它主要是对基于TCP/IP、UDP/IP 协议栈的通信框架(当然,也可以提供JAVA 对象的序列化服务、虚拟机管道通信服务等), Mina 可以帮助我们快速开发高性能、高扩展性的网络通信应用,Mina 提供了事件驱动、异 步(Mina 的异步IO 默认使用的是JAVA NIO 作为底层支持)操作的编程模型。-Apache Mina Server is a network communication application framework, that is, it is mainly based on TCP/IP, UDP/IP protocol stack of communication framework (of course, can also provide JAVA object serialization services, communication services, the virtual machine pipeline ), Mina will help us to quickly develop high-performance, highly scalable network communications applications, Mina provides event-driven, asynchronous (Mina' s asynchronous IO is used by default as the underlying support JAVA NIO) operation of the programming model.
Platform: | Size: 394240 | Author: Joe | Hits:
« 1 2 34 5 6 7 8 9 10 »

CodeBus www.codebus.net