Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Storing Variables globally › Re: Storing Variables globally
January 15, 2007 at 7:49 AM
#17241
Anon,
are you really worried about the performance hit of reading a small file for each instance of an orchestration which starts? I wouldn't worry, I think, because it will only be a small element against all the other things which one orchestration instance incurs.
But you could try to make the retrieval of the info faster – for example, by COM+ singleton (System.Enterprises) or by a database table.
John D.