Hello,
i have a problem with my connection-pooling in my sa-12 server. In my programm is often open and close connections (for nearly every query). After a while, i get the error message that the maximum of poolsize is reached. if i take a look in Sybase Central, there are a lot of Connections with the type: "CONNECTPOOLCACHE".
If i add CPOOL=No to my connection-string, nothing changed. There are also a lot of connections.
Does anybody else had this problem and got a solution?
Thank you!
Request clarification before answering.
If your message says this: Timeout expired. The timeout period elapsed before obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.
If your pool size is 3, then you have attempted to open a 4th connection using the same connection string while the other 3 connections were still in use.
What is your Connect Timeout/Connection Timeout? The default is 15 seconds and the maximum is 60 seconds.
There are three things you could do.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 10 | |
| 5 | |
| 5 | |
| 5 | |
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.