On 29/12/2021 21:04, Eric Robinson wrote:

<snip/>

My question is, is there a better way?

I can only think of variations on a theme.

The ~64k limit assumes client IP, server IP and server port remain constant. i.e. just client port is varying.

That suggests there is a single IP for the database server and that it is listening on a single port.

You are currently varying client IP. Varying server IP is unlikely to be any different in terms of ease of management etc.

There may be more mileage in getting the database server to listen on more than one port. It depends how the database sever is structured. If it can have multiple listeners all passing connections to the same database instance then adding db listeners might be a simpler way to manage this.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to