2014年3月15日

Concurrency Series 1

摘要: Computer users take it for granted that their systems can do more than one thing at a time. They assume that they can continue to work in a word processor, while other applications download files, manage the print queue, and stream audio. Even a single application is often expected to do more than one thing at a time. For example, that streaming audio application must simultaneously read the digital audio off the network, decompress it, manage playback, and update its display. Even the word proc 阅读全文

posted @ 2014-03-15 16:26 RobertC 阅读(170) 评论(0) 推荐(0) 编辑

Java并发编程实战---第六章:任务执行

摘要: 今天开始学习Java并发编程实战,很多大牛都推荐,所以为了能在并发编程的道路上留下点书本上的知识,所以也就有了这篇博文。今天主要学习的是任务执行章节,主要讲了任务执行定义、Executor、线程池和Executor生命周期等内容 阅读全文

posted @ 2014-03-15 10:05 RobertC 阅读(753) 评论(0) 推荐(0) 编辑

导航