Application Development and Automation 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: 
Read only

parallel processing issue withing same server

0 Likes
712

hi,

i need to perform parallel processing withing same server using work processes available in same server.

suggest if this can be accomplished and explain the design if possible.

5 REPLIES 5
Read only

ThomasZloch
Active Contributor
0 Likes
680

Please explain step by step what you have tried so far to find out yourself.

Thomas

Read only

Former Member
0 Likes
680

Hello Venkata,

You can achieve parallel processing by using CALL FUNCTION .... STARTING NEW TASK <task name>.

In this case function module runs in asynchronous mode without stopping calling program.

For more details you can refer following link:

https://wiki.sdn.sap.com/wiki/display/Snippets/Easilyimplementparallelprocessinginonlineandbatchprocessing

Thanks,

Augustin.

Read only

Former Member
0 Likes
680

there is no difference whether you use the same server of different servers.

You can do parallelization with batch jobs, or with RFCs with a server group. It should be poissible to find details with a search.

Read only

0 Likes
680

thanks for the suggestion

Read only

Former Member
0 Likes
680

[http://nafran.blogspot.com/2009/06/only-way-of-parallel-or-multi-threading.html|http://nafran.blogspot.com/2009/06/only-way-of-parallel-or-multi-threading.html]

this link has some basic information and on it there is a link to Daniel Perecky's document on how to do it step by step

but i suggest to use it only if its really required since it has lots of codding to do

Thanks

Nafran