Skip Menu |

This queue is for tickets about the Cache-Memcached CPAN distribution.

Report information
The Basics
Id: 30904
Status: resolved
Priority: 0/
Queue: Cache-Memcached

People
Owner: Nobody in particular
Requestors: fmerges [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.24
Fixed in: (no value)



Subject: Select timeout and not documented feature
When connecting to a remote memcached server, when the response time of it is too low for the default timeout value set for the select call, in case of a get the result is 'undef'. It turned out that there are 2 undocumented features as the code states, that are select_timeout and connect_timeout. Tuning those makes the module also work well when playing with remote memcached servers. I think these two option would be worth to document, even if 94% of time is used locally. BTW, wonderful software. Kind regards, Florian
I've documented these in the master branch in git. Next release (hopefully far sooner than the last one) will include these items. Thanks On Wed Nov 21 15:35:28 2007, FMERGES wrote: Show quoted text
> When connecting to a remote memcached server, when the response time of > it is too low for the default timeout value set for the select call, in > case of a get the result is 'undef'. > > It turned out that there are 2 undocumented features as the code states, > that are select_timeout and connect_timeout. Tuning those makes the > module also work well when playing with remote memcached servers. > > I think these two option would be worth to document, even if 94% of time > is used locally. > > BTW, wonderful software. > > Kind regards, > > Florian
resolved