11-10-2020 04:03 PM - edited 11-10-2020 04:06 PM
I need to retrieve some logs from a bunch of products using HTTP Get.
I have the "get" part working, but am currently getting the logs one UUT at a time.
I would like to be able to open 10 "Gets" at one time and download 10 log files from 10 different UUT's at once.
Is the HTTP Client Get VI reentrant?
Before I put in the work to make it download in parallel instead of sequentially will it even work?
09-21-2023 09:46 AM
Is there an answer to this? I have the same problem right now and suspect the HTTP POST / GET mehtodes.
09-21-2023 10:27 AM
The built-in HTTP API in LabVIEW does not support parallel operations.
I have published a (not officially supported by NI) Advanced HTTP API that does support parallel operations. You can get it on vipm.io here.