Hi, I have one problem with my application (C#+mysql). Sometimes my users have this problem:
"error connecting: 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"
And they can't connect to mysql..I can restart mysql server and click button in application to connect, but I will see the same problem. There is only one way - restart application in problem computer.
When user start application it use only 30MB and when user has problem with connect - memory is near 400MB.
Can anybody explain me why my application has such problem?
"error connecting: 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"
And they can't connect to mysql..I can restart mysql server and click button in application to connect, but I will see the same problem. There is only one way - restart application in problem computer.
When user start application it use only 30MB and when user has problem with connect - memory is near 400MB.
Can anybody explain me why my application has such problem?