Skip to content

Commit 9d03a38

Browse files
authored
Update Readme.md
1 parent 071527a commit 9d03a38

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

java/jdbc/ConnectionSamples/Readme.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ such as `minPoolSize`, `maxPoolSize`, etc.
6868
Database Resident Connection Pool (DRCP) is the server side connection pool.
6969
DRCP should be used in a scenario when there are a number of middle tiers but
7070
the number of active connections is fairly less than the number of open
71-
connections.
72-
DRCP when used along with and Universal Connection Pool(UCP) as the client
71+
connections. DRCP when used along with and Universal Connection Pool(UCP) as the client
7372
side connection pool improves the performance. The sample shows UCP with DRCP
7473
in action. The purpose of the client-side pooling mechanism is to maintain the
7574
connections to Connection Broker. Client-side connection pools must attach and

0 commit comments

Comments
 (0)