سؤال

We have BizTalk servers and lots of services hosted under that. There is load balancer which needs to know the state of BizTalk server. The load balancer performs the ping operation every 5 seconds.

Since the server is requesting BizTalk every 5 seconds it's likely that load will be high on services. which i want to avoid.

I have a thought of creating an echo service and host it in BizTalk so that the load on actual services will be avoided.

But I am unaware that they are any other ways we can perform the health check. Any suggestions and recommendations highly appreciated.

هل كانت مفيدة؟

المحلول

There are some unclear statements and unproven assumptions in the question. Thus an answer in a general way:

Load balancing in BizTalk has two aspects: network and hosts. Load balancing method depends on the host type: in-process vs. isolated.

BizTalk Server Monitoring Management Pack has capabilities to monitor health of the BizTalk artifacts.

Generally, network load balancer should not pose a problem for the performance as it only polls once per server (not each BizTalk host).

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top