Rest API, concurrent connections
-
I have a Lightroom plugin that I’m using to send images to a Nextgen gallery using custom REST endpoints. The plugin sends batches of around 100 using POST and threads, sending up to 8-10 images concurrently.
Very occasionally Post returns nil (Lua) for an image, suggesting the url doesn’t exist. It obviously does because prior images using the same url go fine. In these instances the WP end sees nothing.
I’m trying to track down why. This, I know, is a long shot but I’m wondering if there’s any limit to numbers of concurrent REST calls. Maybe?
Or any other thoughts appreciated.
It’s not a huge big deal, re-sending the odd image works fine but it would be nice to get to the bottom of it.
- The topic ‘Rest API, concurrent connections’ is closed to new replies.