Need some system that can perform concurrent requests for image analysis and then handle the processing of results for that image. Things to consider:
- How many concurrent requests will Clarifai allow us to make?
- How many concurrent requests should we be limited to for performances sake.
- How to handle instances where multiple requests are being made for the same image?
Need some system that can perform concurrent requests for image analysis and then handle the processing of results for that image. Things to consider: