WebSphere Process Server 和并行任务

发布于 2024-11-07 02:05:42 字数 291 浏览 5 评论 0原文

我们正在设计一个将使用WebSphere Process Server 的系统。

在某一时刻,我们需要调用两个 Web 服务,然后合并结果。

我们计划创建一个并行分支,然后从其自己的分支调用每个 Web 服务。

问题是这将如何运行? WPS 是否会调用第一个 Web 服务并等待应答,然后调用第二个 Web 服务。或者这两个电话会同时拨打吗?

之前,我们使用过Windows Workflow (WF)。在WF 3.0(旧版本)中您可以定义并行任务。但每个工作流程都由单个线程运行,因此并不是真正的并行。

We are designing a system that will use WebSphere Process Server.

At one point we need to call two web services and then combined the results.

We plan to create a parallel fork and then call each web service from its' own fork.

Question is how will this run? Will WPS call the first web service and wait for an answer, and then call the second. or will the two calls be made at the same time?

Previously, we have used Windows Workflow (WF). In WF 3.0 (old version) you could define parallel tasks. But each workflow was run by a single thread so it was not really parallel.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文