Raemon,
Thanks for the reply. The idea is this.
I receive a document list of about 1500 to 2000 (this can scale up) documents per minute. I need to insert this into the database. If I could split this into 2 or 3 documentslist then I could do a parallel processing and insert this into the database parallely.
The concern with using a loop for splitting is there are going to be 2 loop one after another. One for splitting the document and mapping it to the target document to create a new document and the other is to insert it into the database.If one of these could be curtalied than the performance is suerly bound to increase.
I would really appreciate if you could tell me an alternate way to achieve this.
Regards,
byspeaks
#Flow-and-Java-services#Integration-Server-and-ESB#webMethods