To resolve this problem, obtain the latest service pack for Windows 2000. For additional information, click the following article number to view the article in the
Microsoft Knowledge Base:
260910�
How to Obtain the Latest Windows 2000 Service Pack
To optimize the performance of XLANG schedules that use correlation, use any of the following methods:
- Reduce the COM+ pool creation time from 30 seconds.
- Increase the COM+ pool Max thread.
NOTE: There is no formula to calculate the perfect pool size. - Increase the retry interval.
- Increase the number of BizTalk worker threads.
- Use a common queue instead of per-instance queue correlation.
NOTE: For additional information, review the XLANG Correlation sample in BizTalk Server 2002.
Additional Workaround
Try to modify the receiving channel or port from an adapter, such as the Microsoft BizTalk Adapter for MQSeries, to place all incoming documents into a Microsoft Message Queuing queue so that the XLANG schedule can then refer to this named queue for incoming documents. As a result:
- Correlation messages can be serviced by the BizTalk Messaging worker threads.
-and- - The worker threads are freed from processing incoming documents.