Another BizTalk 2004 performance hint
Another BizTalk 2004 performance hint comes from TechEd 2004 as well: if you're sending multiple messages at once, wrap it in an atomic scope. This will create 1 persistence point instead of n (n being the number of messages you send). Persistence points are points at which BizTalk serializes the orchestration state into the MessageBox, draining the system from resources.
2 Comments:
In addition to a Send shape, what other operations in BizTalk cause a persistence point?
By Anonymous, at 3:40 PM
Hi, please see ms-help://BTS_2004/SDK/htm/ebiz_prog_orch_rrdy.htm for more information on persistency points.
By Martijn Hoogendoorn, at 10:35 PM
Post a Comment
<< Home