如何设置 Ace 激活队列的大小?

发布于 2024-08-09 18:38:57 字数 176 浏览 6 评论 0原文

也就是说,我如何限制队列可以容纳的令牌/元素的数量?

示例:

我有一个低级驱动程序,一次只能处理一个请求。

我正在使用 Ace 激活队列来限制请求(最多可能有 10 个待处理请求),但只允许一个请求上总线。其余的必须等到第一个请求结束。

谢谢你帮我。

多伦.

That is, how can i limit the number of tokens/elements the Queue can hold?

Example:

I have a low level driver that can only process one request at a time.

I am using the Ace activation Queue to limit the request (there could be up to 10 pending), but only one is allowed to go on the bus. The rest have to wait until the first request ends.

Thanks for helping me out.

Doron.

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

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

发布评论

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

评论(1

貪欢 2024-08-16 18:38:57

您的意思是:

an_activation_queue.queue()->high_water_mark(new_size);

Do you mean:

an_activation_queue.queue()->high_water_mark(new_size);

?

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