有一个windows服务,从消息队列里获得消息,并处理<BR>>Code</P> <P>while(true)<BR>{<BR> //process data<BR>}<BR>>Question<BR>1:尽可能早地process data<BR>2:因为while(true) [现在服务器cpu100%]</P> <P>现在如果不while(true)数据就不能尽可能早地处理。</P> <P>如果while(true),cpu100%</P> <P>请大家指教指教!
不负相思意
精慕HU