WebSphere Process Server 和并行任务
我们正在设计一个将使用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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这应该会为您提供您想要的答案。
http://publib.boulder.ibm.com/infocenter/dmndhelp/v7r0mx/index.jsp?topic=/com.ibm.websphere.bpc.doc/doc/bpc/t5_parallel_paths.html
HTH
曼格鲁
This should provide you with the answers that you are after.
http://publib.boulder.ibm.com/infocenter/dmndhelp/v7r0mx/index.jsp?topic=/com.ibm.websphere.bpc.doc/doc/bpc/t5_parallel_paths.html
HTH
Manglu