|
2 years ago ::
Aug 11, 2010 - 8:41AM
#1
|
|
|
Concurrency on the Process Server
--------------------------------
I have a project that would benefited from the Business Transactions (for several weeks or months).
Please, advice how many parallel Business Transactions the latest version of IBM Process Server can handle reliably?
Other questions are: a) is there any difference in the performances between the Process Server and, e.g., Message Broker in the area of Web Service invocation? b) is it possible to modify a Business Transaction at the run-time (e.g. one of its steps)?
Thank you in advance,
- Mike
--------------------------------
Posted By: m3poulin at Mar 12 2010 9:10PM
|
|
6 months ago ::
Dec 08, 2011 - 4:54PM
#2
|
|
|
Can you provide additional information on what you mean by business transaction? I hope you were referrring to normal application transactions that serve a specific business need. if that's the case,both message broker and process server are capable of running parallel transaction. In Message Broker, you would achieve that using "additional flow instances" and In Process Server, the same can be achieved by increasing the number of threads associated or deploying them on multiple JVM's.
If you were referring to spanning multiple transactions from a single incoming transaction, it can be achived in both WPS & WMB(aggregation).
You might want to refer to performance metrics on WMB & WPS for details on the prformance/throughput using these tools.
With multiple tools (ESB, WMB, WPS, DataPower) providing ESB capabilities, it is often a big challenge for the IT delivery team in determing which product to use esp. when the organization has all the ESB offerings.
Hope this helps.
|