B
Brian K. Maher
Guest
Hi David, Thanks for the info. Honestly, I think the real answer if to fix the client side code so it handles the connection pooling more efficiently. I mentioned to you the other day when we talked that you may want to consider capping the max connections in the client app and using the WaitIfBusy property so that if a thread requests a connection to run something and all are busy that the thread will block. You may want to give that some thought. As far as I am aware, there is no way to disconnect the connections from the broker side and doing so would wreak havoc on the connection pools in each client application and causing you more problem because the pool would give our a connection that it doesn’t know has been broken and the app would try to make a call on it and end up throwing an exception. Brian
Continue reading...
Continue reading...