|
|
|
|
|
by alptrv
4863 days ago
|
|
Can anyone explain how proxying websockets wouldn't hit the port number limit on the proxy server? If I understand correctly, when we would proxy tcp connections the workers on the backend server would able to hold only up to 64k connections to the proxy server (in the case when proxy server has only one IP-address)? Am I missing something? |
|
One workaround that comes to mind is to have each backend listen on multiple ports.