I'm looking for tips on using ConnectionPool with SA17 and PowerBuilder.
My app is connecting/disconnecting frequently using the same userid/password. I can't use a long term connection due to how it is structured.
Request clarification before answering.
ConnectionPool
Controls the behavior of client connection pooling.
{ ConnectionPool | CPOOL }={ NO | YES [ ( [ Timeout=timeout-sec; ] [ MaxCached=max-cachedconn ] ) ] }
timeout-sec = Idle timeout in seconds before the connection is dropped. max-cachedconn= The maximum number of cached connections from each application.
Default:
ConnectionPool YES Timeout=60 MaxCached=5
Example:
;ConnectionPool=YES (Timeout=60; MaxCached=5);
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.