加载中
Guava并发:ListenableFuture与RateLimiter示例

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

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

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

2014/12/22 10:39
2.8K
理解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...

What are the differences between Akka and Netty?

What are the differences between Akka and Netty besides their choice of language (Scala vs Java)?...

没有更多内容

加载失败,请刷新页面

没有更多内容

返回顶部
顶部