Performance (killer?)

Rickayzen, Alan alan.rickayzen at sap.com
Tue Aug 20 09:13:51 EDT 2002


Robert,
You'd have to include some amazingly complicated routines in your workflow to turn 500 workflows a day into a performance killer. This is less than 1 workflow a minute at peak times!
 
However it's only a couple of minutes work to define a start condition and using events gives you the flexibility of the event queue so I would recommend that you follow Serge's suggestion. You'll also save a bit of disk space too.
 
Kind regards,
Alan Rickayzen
SAP AG
 
-----Original Message-----
From: Boulay, Serge
Sent: Dienstag, 20. August 2002 15:03
To: SAP-WUG at MITVMA.MIT.EDU
Subject: Re: Performance (killer?)
 
 
Hi Robert,
 
If you are saying in your workflow definition that you looking for the condition, i would say that you should try to use a Start Condition to do that or create a Check function in the type linkage table! You should try not to do the verification directly into your workflow definition because that
will generate entries in the system tables and when they get big, thats where it start to slow the system... Use transaction SWB_COND for the Start condition...
 
Regards.
 
-----Original Message-----
From: Verlaat, Robert [mailto:Robert.Verlaat at PWN.NL]
Sent: Tuesday, August 20, 2002 8:36 AM
To: SAP-WUG at MITVMA.MIT.EDU
Subject: Performance (killer?)
 
 
Hello,
 
 
 
I'am interested in what the system load would be when I trigger 1 Workflow
about 500 times a day, using a condition as the first step, the workflow
will "really" start about 10 times a day.
 
Would this be a performance killer for the system and should I define a new
Starting event (or use ABAP)? Or isn't it such a big problem because only 1
check has to be made? (check: if field x = 99999 end WF, else continue WF)
 
 
 
Thanks,
 
 
 
Robert
 
 
 
_____________________________________________________________________________________________
This outbound message from KPN has been checked for all known viruses by KPN IV-Scan, powered by MessageLabs.
 
Bezoek de Website van PWN: http://www.pwn.nl/
_____________________________________________________________________________________________
 


More information about the SAP-WUG mailing list