Is there a limitation of the number of webservice call per minute? If yes, where can I set the parameter? What is governing the limit of number of call per minute? It's the Apache, or the application itself?
OK, maybe I should express myself clearer. I have two PHP applications. One is calling another one via webservice. And for the first call it would have to call a custom login
method. For certain (unknown) reasons the login
method may sometimes return fail
.
I can check what is the corresponding failed status code, but in the mean time, I want to know whether the failure could possibly caused by external factors rather than internal application limitation.