Dear all, We are facing an issue where a quite extensive number of API calls may have to be made to get the required information. The endpoint can only supply product info for one product (at a time). This means that for a form, I may have to do 20 calls to get all necessary information, which is going to take a lot of time if done sequentially. Only once all the information is present, can we proceed with filling out the form. Question: do any of you have an idea about how we could do all 20 calls simultaneously (multi-threaded) and synch up after that? I was thinking that maybe it is possible to use some Java to achieve this. Looking forward to any and all suggestions and advice – is this something to be wished for or a no go? Best regards, Wouter
↧