码迷,mamicode.com
首页 >  
搜索关键字:concurrent    ( 2237个结果
JDK5.0特性-线程 Callable和Future
来自:http://www.cnblogs.com/taven/archive/2011/12/17/2291466.html 1 import java.util.concurrent.Callable; 2 3 import java.util.concurrent.ExecutorSe...
分类:编程语言   时间:2014-07-14 23:17:50    阅读次数:290
JDK5.0 特性-线程任务执行架构 ScheduledExecutorService
来自:http://www.cnblogs.com/taven/archive/2011/12/17/2291469.html 1 import java.util.concurrent.Callable; 2 3 import java.util.concurrent.ExecutionE...
分类:编程语言   时间:2014-07-14 22:15:29    阅读次数:391
JDK5.0 特性线程 同步装置之CountDownLatch 同步装置之CyclicBarrier 线程 BlockingQueue
来自:http://www.cnblogs.com/taven/category/475298.html 1 import java.util.concurrent.CountDownLatch; 2 import java.util.concurrent.ExecutorService; 3 im...
分类:编程语言   时间:2014-07-14 20:49:33    阅读次数:298
JDK5.0 特性-线程锁Lock
来自:http://www.cnblogs.com/taven/archive/2011/12/17/2291470.html 1 import java.util.concurrent.ExecutorService; 2 3 import java.util.concurrent.Exe...
分类:编程语言   时间:2014-07-14 16:06:40    阅读次数:328
JDK5.0 特性-线程 Condition
来自:http://www.cnblogs.com/taven/archive/2011/12/17/2291471.html 1 import java.util.concurrent.ExecutorService; 2 3 import java.util.concurrent.Exe...
分类:编程语言   时间:2014-07-14 15:55:35    阅读次数:247
JDK5.0 特性-线程同步装置之Semaphore
来自:http://www.cnblogs.com/taven/archive/2011/12/17/2291474.html 1 import java.util.ArrayList; 2 3 import java.util.concurrent.ExecutorService; 4 ...
分类:编程语言   时间:2014-07-14 15:46:33    阅读次数:221
Java thread(4)
这一块主要是讨论关于进程同步的相关问题,主要是考虑一下的关键字:锁对象、条件对象 -> synchronized wait() notify()。1、关于锁对象与条件对象: 所对象的定义在java中的java.util.concurrent.locks中Lock接口,具体可以有多种实现。对于l...
分类:编程语言   时间:2014-07-14 14:43:05    阅读次数:360
Architectures for concurrent graphics processing operations
BACKGROUND1. FieldThe present invention generally relates to rendering two-dimension representations from three-dimensional scenes, and more particula...
分类:其他好文   时间:2014-07-14 14:39:07    阅读次数:278
深入ConcurrrentHashMap三
深入ConcurrrentHashMap三...
分类:其他好文   时间:2014-07-14 11:28:11    阅读次数:148
GC overghead limit exceeded
这个是JDK6新添的错误类型。是发生在GC占用大量时间为释放很小空间的时候发生的,是一种保护机制。解决方案是,关闭该功能,使用——-XX:-UseGCOverheadLimitSun官方解释:The parallel / concurrent collector will throw anOutOf...
分类:其他好文   时间:2014-07-14 10:32:09    阅读次数:213
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!