Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有 ac# 应用程序,每个时间间隔都会刷新一次。我使用 ThreadPool 来做到这一点。由于这个系统句柄增加,因为我的应用程序没有运行很长时间意味着 2 天后我得到系统内存不足异常。我强行释放内存但没有运气减少系统句柄。我也在谷歌上搜索以减少句柄,但没有运气。你能告诉我我必须为此做些什么吗?我正在使用框架 2.0。