当前位置:编程学习 > C#/ASP.NET >>

多线程的问题,有人知道吗

出现这样的问题是为什么?
The CLR has been unable to transition from COM context 0x1a1de0 to COM context 0x1a1f50 for 60 seconds. The thread that owns the destination context/apartment is most likely either doing a non pumping wait or processing a very long running operation without pumping Windows messages. This situation generally has a negative performance impact and may even lead to the application becoming non responsive or memory usage accumulating continually over time. To avoid this problem, all single threaded apartment (STA) threads should use pumping wait primitives (such as CoWaitForMultipleHandles) and routinely pump messages during long running operations.

--------------------编程问答-------------------- 似乎是线程太快了 --------------------编程问答-------------------- 访问过快? 线程休眠时间 设置长点
补充:.NET技术 ,  C#
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,