|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
multiple fan-out requests issued in parallel? |
« View previous topic :: View next topic » |
Author |
Message
|
pcelari |
Posted: Tue Jan 15, 2008 11:58 am Post subject: multiple fan-out requests issued in parallel? |
|
|
Chevalier
Joined: 31 Mar 2006 Posts: 411 Location: New York
|
under document ac00660_ , it is stated:
"the multiple fan-out requests are issued in parallel from within a message flow"
What does this really mean? Does it mean starting from the out terminal of a AggCtrl node, the flows are in parellel?
If this holds true, then it becomes unnecessary to insert a compute node to manually control sequence of multiple connected routes, as described in another thread over aggregate, as a compute node also introduce extra processing delay.
Could an expert please clarify this a little? thanks, _________________ pcelari
-----------------------------------------
- a master of always being a newbie |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Jan 15, 2008 12:03 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Node connections are never executed in parallel.
They are all executed by the equivalent of the Propagate function.
This line you have quoted means that the requests themselves are processed in parallel, by the server applications and not by the message flow.
This is only true if the requests are sent out via MQ/JMS or another asynchronous protocol. If sent out via a synchronous protocol, like HTTP, then each request is processed in series.
But if you're making synchronous requests, you don't need Aggregation nodes... _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
pcelari |
Posted: Wed Jan 16, 2008 4:23 am Post subject: |
|
|
Chevalier
Joined: 31 Mar 2006 Posts: 411 Location: New York
|
that clarifies all.
thanks a lot, GM. _________________ pcelari
-----------------------------------------
- a master of always being a newbie |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|