加载中
理解Netty中的Zero-copy

Zero-copy概念 wiki上关于zero-copy的概念定义 "Zero-copy" describes computer operations in which the CPU does not perform the task of copying data from one memory area to another...

2016/04/11 16:58
4.4K
Java NIO框架--Netty4的简单示例

Java NIO框架--Netty4的简单示例

JAVA多线程--信号量(Semaphore)

JAVA多线程--信号量(Semaphore)

Guava并发:ListenableFuture与RateLimiter示例

ListenableFuture顾名思义就是可以监听的Future,它是对java原生Future的扩展增强 RateLimiter类似于JDK的信号量Semphore,他用来限制对资源并发访问的线程数,本文介绍RateLimiter使用...

基于java.nio.channels的编程实践-I

基于java.nio.channels的编程实践,简单示例,以备以后深入学习使用

2014/12/22 10:39
2.7K

没有更多内容

加载失败,请刷新页面

没有更多内容

返回顶部
顶部