Bug 46180 - apr_memcache_getp() returns value
Summary: apr_memcache_getp() returns value
Status: NEW
Alias: None
Product: APR
Classification: Unclassified
Component: APR-util (show other bugs)
Version: 1.3.4
Hardware: PC Linux
: P2 normal (vote)
Target Milestone: ---
Assignee: Apache Portable Runtime bugs mailinglist
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-10 16:38 UTC by Julien Perez
Modified: 2008-11-10 16:38 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Perez 2008-11-10 16:38:28 UTC
Hello,

apr_memcache_getp() returns NOTFOUND no matter if the real cause is:
1/ there is a communication problem with memcached daemon
2/ there is no such key in the memcached daemon

In the second case, the program should just ignore it and goes on.
But in the 1/, the program should be able to be alerted so it can try to reconnect to the memcached instance.