Home Page › Forums › BizTalk 2004 – BizTalk 2010 › BizTalk 2009 Message Latency › Re: BizTalk 2009 Message Latency
March 8, 2010 at 8:37 AM
#24333
Yes, but I found the problem. In our custom adapter I found the following line of code:
System.Threading.
Thread.Sleep(Convert.ToInt32(millisecs));
The thread was put to sleep for 5 seconds between INSERTS and there were many inserts.