Skip to content

Commit adf2d5b

Browse files
committed
change readme
1 parent 23e9bf0 commit adf2d5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ phpize=>./configure=>make install=>echo "extensions=xx/connect_pool.so">php.ini
2323
- Do a lot of optimization, although the request through the connection pool process forward, but no loss of QPS.
2424
- When the connection use out,support queue.
2525
- Simple! just change the new method and add release function (see demon),you used the tcp pool.
26+
- The connection proxy will start the ping process to monitor down list, if available will reflect to the return value of the get_disable_list(), use this function you can do some fun things,like LB.
2627

2728
## Example
2829
step 1 move the pool.ini file to /etc/ and modify it as you need.

0 commit comments

Comments
 (0)