Could someone please explain me the use of the parameters
maxKeepAliveRequests and maxThreads for Grizzly server?
If we set the maxKeepAliveRequests to a value 'x' suppose, what behaviour an
end user can expect considering he is submitting HTTP/1.1 requests from a
browswer? Is it like only 'x' many number of requests can processed
concurrently? In that case what happens to the 'x+1' th request?
Similar way, what differece could be seen if we set the 'maxThreads' to
different values?