‎2009 Aug 18 1:33 AM
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.
‎2009 Aug 18 11:30 AM
Please explain step by step what you have tried so far to find out yourself.
Thomas
‎2009 Aug 19 7:39 AM
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.
‎2009 Aug 19 10:12 AM
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.
‎2010 Feb 16 7:29 PM
‎2009 Aug 19 4:50 PM
[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