The number of requests that can be sent simultaneously to RChilli's APIs depends on the server and configuration being used. Here's a breakdown of what the documentation states:
π‘ Default Thread Support
RChilli's API infrastructure can handle:
-
5 to 15 threads efficiently with the standard server configuration.
-
For more than 10 simultaneous threads, higher server specifications are recommended.
π Scaling Beyond 15 Threads
If your requirement exceeds 15 concurrent threads, it's crucial to ensure that the server hosting the API has appropriate specifications such as:
These configurations are necessary to maintain performance, speed, and stability during high-concurrency operations.
π οΈ Docker & Deployment Considerations
If you're deploying RChilli APIs via Docker or a private server:
β
Key Recommendation
Always test your concurrency needs in a staging environment. If you anticipate higher loads (e.g., bulk resume parsing or mass job indexing), consult with RChilli's technical team to fine-tune performance and avoid rate-limiting or timeouts.
Comments
0 comments
Please sign in to leave a comment.