gchm2010 / simple-spring-memcached

Automatically exported from code.google.com/p/simple-spring-memcached
MIT License
0 stars 0 forks source link

add connect timeout from CacheClientFactory #18

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
add connect timeout for 
com.google.code.ssm.providers.xmemcached.MemcacheClientFactoryImpl

The xmemcached client support connect timeout

but SSM have no way to configurate this

Original issue reported on code.google.com by kdlanm...@gmail.com on 23 Jun 2013 at 2:41

GoogleCodeExporter commented 8 years ago
I'll add the connectTimeout property. In the mean time before next release will 
be available you can create custom classes that extend 
com.google.code.ssm.providers.xmemcached.MemcacheClientFactoryImpl  and 
com.google.code.ssm.providers.xmemcached.XMemcachedConfiguration with 
connection timeout support and use them to initialize SSM instead of default 
classes from com.google.code.ssm.providers.xmemcached package

Original comment by ragno...@gmail.com on 24 Jun 2013 at 11:05

GoogleCodeExporter commented 8 years ago
Code in trunk. This extension will be available in upcoming release 3.2.0.

Original comment by ragno...@gmail.com on 24 Jun 2013 at 8:24

GoogleCodeExporter commented 8 years ago

Original comment by ragno...@gmail.com on 24 Jun 2013 at 8:26

GoogleCodeExporter commented 8 years ago
Included in release 3.2.0

Original comment by ragno...@gmail.com on 27 Jun 2013 at 7:57