hi, ok
we get a lot of googlebot requests.
googlebot requests up to 11 different files via 11 HTTP GET request, all in one single TCP/IP connection.
are these GET request (all in the same TCP/IP connection) processed via the server in
- parallel
- or in sequence?
Or is it up the the server?
- in this case, how does nginx handle this?
thx for your help