2007 Sep 05 1:35 PM
Hi all,
I've a program, when executed in the foreground, it's taking few seconds for the output to be displayed. But, when i execute in the background, it's taking longer time.
My question is what might be the reason for such difference in execution times?
Regards,
Pavan
2007 Sep 05 2:14 PM
hi Pavan,
the reason could be that there are (were) not enough free work process for background jobs. You can check that in SM37, whne you start the report if background, if it already started or still waiting for a free work process.
Alternatively you can check in SM50 as well, what the processes are actually doing (BTC stands for batch/background in the list).
hope this helps
ec
2007 Sep 05 2:14 PM
hi Pavan,
the reason could be that there are (were) not enough free work process for background jobs. You can check that in SM37, whne you start the report if background, if it already started or still waiting for a free work process.
Alternatively you can check in SM50 as well, what the processes are actually doing (BTC stands for batch/background in the list).
hope this helps
ec
2007 Sep 05 2:21 PM
It is not already started and even it's not waiting.... We have executed it as Start Immediately.
Anyways thanks for your reply.
Regards,
Pavan
2007 Sep 05 2:23 PM
Hi pavan,
1. JOB Class
2. By default the Job class = C
3. So, put this as A
<b>A - High priority</b>
B- Middle priority
C - Low priority
regards,
amit m.