Batch process php requests

If a huge no. of requests are going to server then what is the best way to stack up all server requests and process them in batches?

What kind of requests are we talking about here? Why do you want to process them in batches? What does a batch look like?