Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Software > Biz Talk SDK > scripting using...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 1 Topic 596 of 642
Post > Topic >>

scripting using external assembly

by =?Utf-8?B?R2FyeSBQYXJkdWU=?= <GaryPardue@[EMAIL PROTECTED] Nov 27, 2007 at 03:03 PM

I see this statement the Biztalk 2006 do***entation - "The code in the 
external assembly must be thread-safe. Under stress conditions, multiple 
instances of a map may be running concurrently. "

What constitutes thread-safe? 
Is it enough to make sure all work variables are declared internal to the 
method? 

public class MapperHelper
	{

                    private string var1; // unsafe to assign to this and 
return it ?

		public MapperHelper()
		{
		}

                               public string method1() 
                               {
                                    string var2; // safe to assign to this

and return it?

                                }
	}


Any help appreciated,
Gary Pardue
 




 1 Posts in Topic:
scripting using external assembly
=?Utf-8?B?R2FyeSBQYXJkdWU  2007-11-27 15:03:03 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat Nov 22 7:42:49 CST 2008.