I'm facing an issue where I can't have more than 2 or 4 simultaneous requests using "Advanced HTTP Client\GET.vi" (but it is probably the case for other types of requests).
When I use a different handle for each GET, I can go up to 4 requests at the same time. If I share the handle between GET, it drops to 2 at the same time.
It's not coming from LV Webservice since I'm able run at least 8 simultaneous crul requests from my WSL:
If I add a native GET, I can have 1 more simultaneous request. Also, when I use only native GETs, I never get the same results... Sometimes all requests are performed at the same time. Sometimes, only 1 then 5, ... But it's not the purpose of this issue.
I don't know how it works in the DLL... Is it a limitation or a bug ?
Let's assume for now that this is a limitation, although it surprises me. I've asked an engineer familiar with the source code of the DLL for more details, if I hear back I'll post to this thread.
Hi there,
I'm facing an issue where I can't have more than 2 or 4 simultaneous requests using "Advanced HTTP Client\GET.vi" (but it is probably the case for other types of requests).
When I use a different handle for each GET, I can go up to 4 requests at the same time. If I share the handle between GET, it drops to 2 at the same time.
It's not coming from LV Webservice since I'm able run at least 8 simultaneous crul requests from my WSL:
If I add a native GET, I can have 1 more simultaneous request. Also, when I use only native GETs, I never get the same results... Sometimes all requests are performed at the same time. Sometimes, only 1 then 5, ... But it's not the purpose of this issue.
I don't know how it works in the DLL... Is it a limitation or a bug ?
See the joined zip file for an example (LV-2020 SP1): WS Multiple Req.zip