Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Parallel Processing for Background jobs

balajishahrsap
Participant
0 Kudos

Hi Experts,

When we design our Custom program to adapt the Parallel processor technique [ that is, by identifying the number of available resources in the system and assigning a set of data for processing ] is there any possibility that system might run out of resources and affecting other programs [which is scheduled as Back-ground jobs].

I can literally see after implementing this technique there is 50% improvement in the execution time but little concerned on how it might affect the other program.

kindly do let me know your valuable thoughts

Regards

Balaji

2 REPLIES 2

Jelena
Active Contributor
0 Kudos

Why not just ask a local Basis admin? They should be able to offer you the most informed answer.

Domi
Contributor
0 Kudos

Hi

First Come, First Serve...

But you can use RFC Server Groups (Tx RZ12) and CALL FUNCTION '...' DESTINATION IN GROUP '...' to have more control on the process usage.


regards

Domi