BizTalk 2009 Message Latency

Home Page Forums BizTalk 2004 – BizTalk 2010 BizTalk 2009 Message Latency

Viewing 1 reply thread
  • Author
    Posts
    • #24318

      I appear to have Latency issues with my new BT 2009 server. Through perfmon I see Outbound Latency (sec) of 207.9059998, and Outbound Adapter Latency (sec) of 207.8749998. I read in MSDN that this is measured in milliseconds, however, the name of the perfmon counter has (sec) in it. And when I look at the delays I’m seeing … it looks like these number might actually represent seconds – not milliseconds. Am I right?  

    • #24328

      I just did a quick test, and yes. They seem to be in seconds.  

       

      But do you mean that you have a latency in your BizTalk system close to 3 minutes???  Is it your test/development server??

      • #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.  

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.