|
|
|
|
|
by Nextgrid
464 days ago
|
|
Connection reuse matters in high latency situations like for end-user connections. The fact that connections over localhost (or even UNIX socket) between your reverse proxy and app server aren't reused is no big deal as it takes less than a millisecond to establish a new one anyway. |
|