cancel
Showing results for 
Search instead for 
Did you mean: 

Work process distribution algorithm of dispatcher!

Former Member
0 Kudos

Hi there,

I request you to help me to find out the answer for this question!

Dispatcher allocates work process to the user's request using which of the following algorithms

1) First in First out.

2) Last in First out.

3) Multiplexing

4) Parallel processing.

I think that it is first in first out. can anyone help me in finding the answer for this..

Thanks in advance.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member

Hi,

The requests are first saved in the queue by the dispatcher and then processed according to the principle of “first-in, first-out.”

see this link

http://aspalliance.com/1128_SAP_R3_System_Architecture

Reward points if useful.

Thanks,

Srinivas

praveenkumar_kadi
Active Contributor
0 Kudos

Hi,

Actually there are two algorithms sap web dispatcher uses to determine service process

1>Simple Weighted Round Robin

2>Dynamic Weighted Round Robin(default)

for more infor on how they works check

http://help.sap.com/saphelp_nw2004s/helpdata/en/e9/3bb7f8f6ea4e938ef0b9687cbb6c14/frameset.htm

algorithm exampe

http://help.sap.com/saphelp_nw04/helpdata/en/42/5cfd3b0e59774ee10000000a114084/frameset.htm

reward points if it helps

Former Member
0 Kudos

Hi,

it's the round robin algorithm, which is used by the dispatcher to make the decision.

It gets the info regarding the services from the message server. and then it uses this algorithm to take the decision.

do reward with points.