2007 Nov 19 11:09 AM
Hi,
How does Dispatcher & Work Process co-ordinate the functioning in the SAP system.
Thanks
2007 Nov 19 11:12 AM
Hi,
Refer this link:
http://help.sap.com/saphelp_nw04/helpdata/en/05/0e41e6ba5911d188b20000e83539c3/frameset.htm
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
regards,
Omkar.
2007 Nov 19 11:12 AM
Hi,
Refer this link:
http://help.sap.com/saphelp_nw04/helpdata/en/05/0e41e6ba5911d188b20000e83539c3/frameset.htm
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
regards,
Omkar.
2007 Nov 19 11:13 AM
Event dispatchers monitor database instances. If a defined situation arises in a database instance monitored by an event dispatcher and the database system triggers an event, the event dispatcher then performs a defined task.
Work processes execute the individual dialog steps in R/3 applications. The next two sections describe firstly the structure of a work process, and secondly the different types of work process in the R/3 System.
2007 Nov 19 11:15 AM
while work process execute the piece of task, it is the job of dispatcher to direct processing to the work process that is available, it handles roll in and roll out of memory and uses algorithms to balance the load
2007 Nov 19 1:47 PM
hI
To process SAP requests from several front ends, an SAP application server has a dispatcher, which collects the requests and forwards them to work processes for execution.
There are the following types of work process:
Dialog
For executing dialog programs
Update
For asynchronous database updates
Background (batch)
For executing background jobs
Enqueue
For executing lock operations
Spool
For print formatting
Work processes can be assigned to dedicated application servers. In the service overview (SM51), you can see which work process types are provided by the individual servers.
2007 Nov 19 2:36 PM