cancel
Showing results for 
Search instead for 
Did you mean: 

parallel processing web services

0 Kudos

Hi forum,

What happens when I send more than 100 creations of sales orders to ByDesign simultaneously through web service?

Will the response time increase? Does ByDesign work parallel?

Does anybody have experience with mass data creations?

Thanks in advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Hi Anant, thanks for helping.

Your answer refers to MDR. Is it the same behavior when I call a web service to create a Purchase Order and Sales Orders. Let us assume we have 100 parallel sessions (e.g. middleware is calling BYD). Should that be fine for ByD in a webservice scenario?

I agree behavior for processing independently. I agree time depends on business obejct.

Regards,

Kevin

anant_acharya
Advisor
Advisor
0 Kudos

Dear Kevin,

Parallel Processing Parallel processing can shorten the processing time of a mass data run. If you select parallel processing, blocks of 50 business object instances are processed in parallel. The number of processes being executed in parallel depends on the current system activities and cannot be influenced. If parallel processing of the business object instances changes the same instance of another business object, locking problems can occur.

Note - Only use parallel processing if you are sure that the business object instances are processed independently of each other.

Response time depends if you have any additional action or any logic is triggered by absl might cause increase in response time. Parallel processing might be help for the huge data and it supports BYD design system as well.

Hope that answers your question.

Regard

Anant

0 Kudos

Hi Anant, thanks for helping.

Your answer refers to MDR. Is it the same behavior when I call a web service to create a Purchase Order and Sales Orders. Let us assume we have 100 parallel sessions (e.g. middleware is calling BYD). Should that be fine for ByD in a webservice scenario?

I agree behavior for processing independently. I agree time depends on business obejct.

Regards,

Kevin