如何设置 Ace 激活队列的大小?
也就是说,我如何限制队列可以容纳的令牌/元素的数量?
示例:
我有一个低级驱动程序,一次只能处理一个请求。
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的意思是:
?
Do you mean:
?