cancel
Showing results for 
Search instead for 
Did you mean: 

Load balancing

Former Member
0 Kudos

Hi Guys

What is load balancing in the RFC client parameter in th RFC adapter ? When is it used ? Why is it used ?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Midhun

What is load balancing in the RFC client parameter in th RFC adapter ?

Load balancing option will allow you to configure more than one J2EE instance that your SAP system supports to balance the load of incoming messages through RFC

Refer the thread to get details of configuration

When is it used?

Load balancing is used when you have a sender RFC adapter communication involved.

Why is it used ?

Maximum possible number of initial connections required between sender system and adapter. This value is limited internally to a maximum of 50. With this more number of RFC connections slows down the system. In this scenario load balancing is required.

Thanks

Gaurav

Answers (3)

Answers (3)

debasissahoo
Active Contributor
0 Kudos

Hi Madhav,

There is a good blog for RFC adapter. Please have a look, might help you.

Regards,

Debasis.

Former Member
0 Kudos

Hi Midhun,

When we using the Load Balance in RFC adapter, the RFC channel can register the multiple processing threads at the Client Systems gateway.

The main use of load balancing is to improve the performace by optimizing the resources.

XI, load balancing is especially useful in inbound request processing.

You can use outbound load balancing if the receiver application or component is prepared for and can benefit from load alancing (for example, a receiving IDoc or RFC application is addressed using its message server to distribute the load).

for more clarification please go throgh the following link.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/70ada5ef-0201-0010-1f8b-c935e444...

Thanks&Regards

Sridhar

Former Member
0 Kudos

hi,

we use load balancing for better performance . if you select the load balancing option in RFC adapter it asks what other system details for RFC data for better perfomance as number calls increase. when the no. of calls increase it distrubes among these system to load balance it.

well we use load balancing when the sender RFC adapter is using the messaging system.

For more details on load balancing please refer this

http://help.sap.com/saphelp_nw04/helpdata/en/c8/e80440a832e369e10000000a155106/content.htm

see the load balancing parameters and details

http://help.sap.com/saphelp_nw70/helpdata/EN/ae/d03341771b4c0de10000000a1550b0/frameset.htm

regards

Edited by: nishu jain on Oct 5, 2008 9:36 AM