cancel
Showing results for 
Search instead for 
Did you mean: 

Controlling Incoming request's load distribution coming from webdispatcher

Former Member
0 Kudos

Dear All,

In our production envoirnment for CRM, we had CI and two Apps server. We have webdispatcher which directs the incoming user requests.

Users login to the system through UI. We only use abap load balancing.

Can we make configurations on webdispatcher/ any other settings(e.g. logon group settings) so that we can control the distribution of the incoming request on the CI and application servers. Eg. Say 20% requests goes to CI and 40% each on the application servers.

Currectly, webdispatcher is using weighted round robin algo to route requests to SAP servers.

Regards,

Vishal

Accepted Solutions (0)

Answers (1)

Answers (1)

nelis
Active Contributor
0 Kudos

Can we make configurations on webdispatcher/ any other settings(e.g. logon group settings) so that we can control the distribution of the incoming request on the CI and application servers. Eg. Say 20% requests goes to CI and 40% each on the application servers.

Currectly, webdispatcher is using weighted round robin algo to route requests to SAP servers.

You can configure webdispatcher to make use of logon groups assigned in SMLG. In SMLG you can also set instance specific attributes for number of users and response time, you can't specify a percentage though.

See [SAP Web Dispatcher Documentation|http://help.sap.com/saphelp_erp60_sp/helpdata/EN/42/5cfd3b0e59774ee10000000a114084/frameset.htm] for further information.

Nelis