Home Page › Forums › BizTalk 2004 – BizTalk 2010 › using decision shape with orchestration variables › Re: using decision shape with orchestration variables
October 21, 2008 at 1:51 PM
#21029
Separate orchestration instances is a more scalable approach since the instances can be distributed across multiple servers. I would probably go that route.
Also, in your class, I would probably use a caching pattern with periodic refresh rather than a pure static variable.