一个Web服务来调用一个Web服务

发布于 2024-12-11 07:21:53 字数 94 浏览 0 评论 0原文

一个 Web 服务是否可以这样设计,使其依次调用另一个 Web 服务? (到目前为止我不知道我们是否可以做到这一点!) 如果是,那么我可以无限循环地互相调用 Web 服务吗?

Can a web service be so designed, that it inturns calls another web service? (Till date i dont know if we can do this!)
If yes, then can I have an infinite looping of web services calling each other alternatively?

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

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

发布评论

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

评论(1

水染的天色ゝ 2024-12-18 07:21:53

Web 服务可以这样设计,使其调用另一个 Web
服务?

是的

如果是,那么我可以无限循环调用 Web 服务吗
彼此交替吗?

你不可能在计算机中拥有无限的任何东西(除非它是计算机科学!)

很可能你的网络服务器最终会开始达到最大连接数限制,或者请求将从第一个请求开始超时。

Can a web service be so designed, that it inturns calls another web
service?

Yes

If yes, then can I have an infinite looping of web services calling
each other alternatively?

You can't have an infinite anything in computers (unless it's computer science!)

Most likely your web servers would eventually start reaching their maximum # of connections limit, or the requests would start timing out from the first one on.

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