multiprocessing.Queue 的工作示例

发布于 2024-10-18 15:03:57 字数 394 浏览 1 评论 0原文

在从这个问题中指出它之后,我正在寻找 multiprocessing.Queue 的工作示例: Python 利用多个处理器

我遇到了这个,但它似乎只使用了我的 12 个处理器之一,即使我更改了 num_processes=12。我还更改了 num_jobs = 200000,这样它就不会那么快完成。

有人可以告诉我这个例子有什么问题或者指出一个可行的例子吗?

I am looking for a working example of multiprocessing.Queue after being pointed to it from this question: Python utilizing multiple processors

I came across this, but it only seems to use one of my 12 processors even when I change num_processes=12. I also changed num_jobs = 200000 so that it wouldn't complete so fast.

Can someone tell me what's wrong with that example or point me to one that works?

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

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

发布评论

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

评论(1

夏夜暖风 2024-10-25 15:03:57

Python 文档中有一些示例

这些例子有用吗?如果不是,则问题可能不是 Python 本身,而是其他问题。

There are examples in the Python docs.

Do these examples work? If not, it may be that the problem itself is not Python, but something else instead.

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