Can anybody tell me how to handle more number of requests on server using PHP ?
If there are 1000 request capability of web server at a time and if more number of requests (say 1500) are encounter on server at a time, then how the SEVER maintains and process these requests. Is queue implementation is helpful or there is some other way to increase the capability of server.