haoxiaobo

从C到C++又到.net, 有一些心得, 和大家交流下...
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2005年6月5日

摘要: 同一个输出流, 不可以在多线程上共用. 如果要共用, 一定要使用临界段.不同的输出流, 在多线程上并发处理时互相没有影响.代码说话:publicstaticvoidtestmulttts(){Thread[]arT=newThread[8];for(inti=0;i<arT.Length;i++){arT[i]=newThread(newThreadStart(testtts));}fore... 阅读全文

posted @ 2005-06-05 15:40 HAL9000 阅读(2796) 评论(1) 推荐(0) 编辑