From 641b90350ee0c866fd41c1f2b5bcfd1640e9d4af Mon Sep 17 00:00:00 2001 From: Brett Wooldridge Date: Fri, 8 May 2015 00:24:07 +0900 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 50d81095..2d05a8a4 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,9 @@ In their own words, *"HikariCP is supposed to be the fastest connection pool in ![](https://github.com/brettwooldridge/HikariCP/wiki/HikariVsBone.png) ---------------------------------------------------- +#### WIX Review +We'd like to thank the guys over at WIX for the unsolicited and deep write-up about HikariCP on their [engineering blog](http://engineering.wix.com/2015/04/28/how-does-hikaricp-compare-to-other-connection-pools/). Take a look if you have time. + #### Failure: Pools behaving badly Read our interesting ["Database down" pool challenge](https://github.com/brettwooldridge/HikariCP/wiki/Bad-Behavior:-Handling-Database-Down).