I know a MS Sql server can handle up to 32,767 user connections. From different computers. I also know this can be configured from in side the server.
But are the any limiting on the client side from Windows 10 operating system?
I have SQL Server stress program that are running lot of thread to simulate load from Window 10 Client. In a random manner we get connection pool problems.
But when i put the software on server software, not the same as the database it has no problem to simulate the load.
From the running on Window 10 i get this error Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.
Putting same software on a server to server a get no errors.