Answer the question
In order to leave comments, you need to log in
API organization, in which case the load will be less?
I am making an API for one project, the principle of operation is standard:
1. the user accesses a special script via http, passing parameters to it
2. the script processes these parameters for an average of 15 seconds and returns the result The
question is, which of the options for organizing interaction will reduce the load on the server:
Answer the question
In order to leave comments, you need to log in
It depends on the frequency of your 15-second requests. If once a day - the 1st option is optimal. If the frequency of requests is high - 2nd.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question