dwr 中的透明批处理远程调用
我希望 DWR 透明地批处理在处理同一事件过程中完成的所有远程调用。
原因是在 Javascript 中处理一个事件必须只需要很短的时间,并且在同一时间内不能发生任何其他事情。 因此,如果我要进行许多调用,我希望 DWR 透明地对它们进行批处理。 那可能吗? 如何?
I want DWR to transparently batch all remote calls that are done in the course of handling the same event.
The reason is that handling an event in Javascript must only take a short time and nothing else can happen during the same time. So if I am going to do many calls, I would like to DWR batch them transparenty. Is that possible? How?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
DWR 的网站解释了调用批处理。
来自另一个 DWR 页面:
DWR's website explains Call Batching.
From another DWR page: