如何在 deCarta DDS 中的 RMAN 之前进行 SNAP?
我的一些路线不起作用,因为 deCarta DDS 在 OLL 和/或 DLL 附近没有找到任何弧线,并且服务器回答:
RMAN|%S=找不到路径源%N=0||
如何让服务器在单个请求中搜索附近的弧线(SNAP)并执行路由(RMAN)?
Some of my routes don't work because the deCarta DDS doesn't find any arc near OLL and/or DLL and the server answers:
RMAN|%S=Cannot find path origin%N=0||
How to make the server search a nearby arc (SNAP) and do the route (RMAN) in a single request?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为最好的选择是在客户端处理它。
在进行该调用之前,您不知道是否需要 SNAP 和 RMAN,或者只是一个 RMAN(我认为)。
您需要做的是运行 RMAN,如果有错误捕获它,执行 SNAP,然后执行新的 RMAN。
如果每次都执行 SNAP 和 RMAN,则会因不必要的调用而减慢系统速度。
I think that your best bet is to handle it on the client side.
Before you make that call you do not know if you need a SNAP and RMAN, or just an RMAN (I assume).
What you need to do is to run RMAN if there is an error catch it, do a SNAP followed by a new RMAN.
If you do a SNAP and RMAN everytime you will slow down your system with unecessary calls.