Reputation: 63
Between versions 1.5 and 2, Grizzly had client connection cache functionality.
This is no longer there, nor can I seen any mention of why connection pooling/caching is no longer useful (the author of grizzly-thrift/grizzly memcached has seen fit to add it there, so I assume it is still useful). Does anyone know why this was removed?
Upvotes: 2
Views: 474
Reputation: 1979
Client-side connection pool is implemented as part of Grizzly 2.3.4:
http://mytecc.wordpress.com/2013/07/24/grizzly-2-3-4-client-side-connection-pool/
Upvotes: 1