|
I have a problem with my web service
After APACHE is started, the number of processes increases rapidly, always staying above 500. APACHE has been optimized
And it is not possible to have such a high number of concurrency
After judging that it should be a PHP response to the request, an endless loop occurs, or a large number of responses are sent back
Is it possible to limit the program return time through configuration? Will it break when it times out? |
|