keep moving!

We must not cease from exploration. And the end of all our exploring will be to arrive where we began and to know the place for the first time.
随笔 - 37, 文章 - 2, 评论 - 3, 引用 - 0
数据加载中……

util.concurrent学习计划

Sync:获得/释放(acquire/release) 协议

            Mutex
            ReentrantLock
            Latch
            CountDown
            Semaphore
            WaiterPreferenceSemaphore
            FIFOSemaphore
            PrioritySemaphore

Channel
:放置/取走(put/take) 协议
            LinkedQueue
            BoundedLinkedQueue
            BoundedBuffer
            BoundedPriorityQueue
            SynchronousChannel
            Slot
   
     

Executor:执行Runnable任务
       PooledExecutor
             ThreadedExecutor
             QueuedExecutor
             FJTaskRunnerGroup

参考资料
            http://www.huihoo.org/rt/util_concurrent_tools.html

            http://g.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html
            
            http://azure.blogbus.com/logs/349630.html

            http://sunyung.blog.ccidnet.com/blog-htm-do-showone-type-blog-itemid-121264-uid-43439.html
            
            
           

posted on 2008-09-11 23:01 大石头 阅读(263) 评论(0)  编辑  收藏 所属分类: 多线程


只有注册用户登录后才能发表评论。


网站导航: