04-11-05 12:50 PM
Sorry, missed that one :-)
When you initiate a correlation you basically add a temporary subscription
to the message box (a slightly simplified description, but will do I guess)
which will last until the orchestration receives the message(s) expected.
The list of subscriptions (and correlations) is evaluated every time a
message enters the messagebox in order to determine if the message matches
this correlation.
therefore there is an obvious impact on performance for correlation, and not
only for this orchestration.
This is not a major impact as the subscription mechanism is efficient, but
if there are many instances of the orchestration at one time (then there are
many correlations open, and subscriptions on the messagebox) and/or if it
takes time for the second message to come in you should feel the impact.
Hope this helps
Yossi Dahan
"A b h i j e e t" <abhijeet.raje@gmail.com> wrote in message
news:3b8f003d.0504110042.2ff7a952@posting.google.com...
> Yossi???? Any comment???
[ Post a follow-up to this message ]
|