cancel
Showing results for 
Search instead for 
Did you mean: 

Question regarding communication channel

0 Kudos

Hi - We have multiple appserver for our PI system. What will be the best way to use all the appserver instead of hard coding in the communication channel? Can we use logon load balancing or do we have to use web dispatcher in communication channel.

Thank you

Dhirendra

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Do you mean connections to multiple systems using PI...

for this then no need to handle the load balancing at communication channel level..

based on hardware requirement you can go for creating multiple nodes which will be used for load balancing...

In PI Each communication channel will have threads avaialable to maintain the load balancing..or for running instances of the same..

HTH

Rajesh

0 Kudos

thanks Rajesh. Let me repharse my question.

We have a communication channel from our PI system to ECC and SCM. We have hard coded app server name for SCM and ECC in the communoication channel, so it is hitting to that particualr app server. My question is how we can use all the application server for SCM and ECC. What will the best way to implement it. Do we need to set up web dispatcher for it?