有谁用过阿米吧的SmartThreadPool,可以分享一下使用经验吗?

发布于 2024-08-09 18:29:53 字数 376 浏览 5 评论 0原文

我正在研究替代的 ThreadPool 实现,并找到了 Ami Bar 的 SmartThreadPool 实现。它看起来很有趣,所以我的问题是是否有人实际使用过它,如果是的话 - 请分享经验。

谢谢。

PS

我们的线程使用情况与 Ami Bar 描述的最佳线程使用情况相符 - 许多线程长时间执行 I/O。

顺便说一句,如果还有其他有趣的 ThreadPool 实现,我也有兴趣了解它们。 (我也知道 Stephen Toub 的实现)。

I am looking into alternative ThreadPool implementations and have found the SmartThreadPool implementation by Ami Bar. It looks very interesting, so my question is whether anyone has actually used it and if so - please share the experience.

Thanks.

P.S.

Our thread usage matches the one described as optimal by Ami Bar - many threads doing I/O for long period of time.

BTW, if there are other interesting ThreadPool implementations, I am interested to hear about them as well. (I am also aware of the Stephen Toub's implementation).

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

夏天碎花小短裙 2024-08-16 18:29:53

我在 ASP.NET IHttpAsyncHandler 中使用它来限制下载带宽,并且运行良好。

I used it in an ASP.NET IHttpAsyncHandler for download bandwidth throttling and just worked fine.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文