Matt Walker
Member since Dec 7, 2015
- Profile: /members/12958-matt-walker.htm
- URL: http://www.surfline.com/
- Comments: 3
Recent Blog Comments By Matt Walker
-
Managing Connection Pool Resources Using Closures In ColdFusion
Posted on Dec 14, 2015 at 7:36 PM
Thanks @Ben! I almost think the KEYS command should be turned off by default, way too easy to get into trouble with it. Your comment made me think more deeply about how we're using (and losing) Redis connection objects. Most of our Redis usage is very simple, where we open a connection, execute a ... read more »
-
Managing Connection Pool Resources Using Closures In ColdFusion
Posted on Dec 7, 2015 at 6:02 PM
@Ben - We experience of high number of CF request timeouts in our application. When they occur while a Redis connection is open, we lose the pooled connection. We've experimented with several of the connection pool options in Jedis but can't seem to get the combination right. We're also running CF... read more »
-
Managing Connection Pool Resources Using Closures In ColdFusion
Posted on Dec 7, 2015 at 5:43 PM
Nice solution! We may need to borrow it for `cfredis`. :-) Our logs are riddled with "Could not get resource from pool" errors related to Jedis connection pools.... read more »