On 11/18/10 10:23 AM, Nick Eby wrote:
It's pecl/memcache, version 2.2.3 according to phpinfo. I just recently saw some slides online that clued me in to the presence of the memcached extension and we've not previously tried it at our organization.What little I have been able to see in addition to what I wrote before is that the values are being stored, like it says in the verbose output, and I can get them directly from memcache if I connect using telnet. For instance there could be a ~1MB value in there with key "big_data_chunk." But if I issue "get big_data_chunk", it won't finish showing me all the data - the console output dies with "connection to localhost closed by foreign host" before all the data has been displayed. So it's there, but memcache still seems to have a problem with it? Additionally, if I try to get('big_data_chunk') from PHP, I get an error: Notice: Memcache::get(): Server localhost (tcp 11211) failed with: Failed reading value response body (0)
memcached 1.2.2 is ancient. I would start there. -- Brian. -------- http://brian.moonspot.net/
