0

6

回答

1642 浏览

多线程sleep与interrupt性能[已解决]30

一个管理线程ManagerThread,多个业务线程BusinessThread 管理线程获得数据后,需要交给业务线程处理,平时业务线程都是sleep状态,由管理线程决定唤起哪几个业务线程。 两种方式可用: 1.BusinessThread一直都sleep,直至ManagerThread调用interrupt中断,执行完业务后继续sleep; 2.BusinessThread加个wakeup的标识属 ...

2013年7月09日 09:40
0

10

回答

1105 浏览

debug时观察到值不一致问题[已解决]30

package demo.task; public class Test implements Runnable{ public static void main(String[] args) throws Exception { Thread thread = new Thread(new Test()); thread.start(); Thread.sleep(4000); thread.i ...

2012年4月26日 11:48

本周活跃投票用户

最新评论

Global site tag (gtag.js) - Google Analytics