0
votes
2answers
34 views
Software/system to serve large quantities of images?
At our peak hour we need to serve around 250/rps. What we're doing is accepting a url for an image, pulling the image out of memcache, and returning it via Apache.
Our currently …
1
vote
0answers
10 views
Number of memcache connections never drops, keeps growing
We've set up three memcache servers for our web application.
Two are doing fine, handling tens of thousands of reads and writes, all while maintaining no more than 12 connections …
0
votes
1answer
21 views
Transfer table to Memcache
Hi, I have a large table and I'd like to store the results in Memcache. I have Memcache set up on my server but there doesn't seem to be any useful documentation (that I can find) …
0
votes
1answer
22 views
can’t install memcache php module
Hi,
i'm trying to install memcache module from http://pecl.php.net/package/memcache. Im using xampp in ubuntu (lampp) with php 5.3. After download the extension, I run phpize, ma …
0
votes
0answers
22 views
Memcached crashing under moderate load
When running memcached, after a few minutes of use it starts throwing the following errors and memcache stops responding.
mcm_server_connect_next_avail():2328
I have searched the …
1
vote
5answers
420 views
‘Memcache’ not found in command line PHP script
I have Memcache installed and working for PHP apps run through Apache (v2.2) but when I try to run a .php file in the command-line i get this error:
Fatal error: Class 'Memcache' …
1
vote
0answers
36 views
Memcached failover technique [closed]
We have 2 memcached servers configured and use the Eniym client. When one of the server is down, it appears this server is added to the deadServers list (ServerPool.cs) and tries t …
0
votes
1answer
62 views
jquery ajax with memcache and php objects
Hi
hope I'll be able to explain my needs clearly... :) .
I have a HTML document generated by a PHP script that contains some objects stored in memcache.
The PHP script uses thes …
0
votes
2answers
27 views
Memcache stats cachedump
We have found that with our memcache some keys tend to be lost. To debug, I am using the command stats cachedump <slab> <limit>
The output is something like this :
IT …
0
votes
4answers
79 views
PHP - Memcache - HTML Caching
Hi,
I would like to create a caching system that will bypass some mechanisms in order to improve the performance.
I have some examples:
1-) I have a dynamic PHP page that is upd …
1
vote
1answer
41 views
Memcache service is down - how to handle?
I am using Memcache in my ASP.NET application. I have 3 memcache servers that it connects to. If all of them are down, there is a significant delay in loading the pages. When all s …
0
votes
3answers
69 views
Will memcache help with expensive MySQL queries? (Drupal site)
Hello all,
this is a simple question. There are some queries on our site that take too many seconds to complete (like 15 seconds!). For anonymous traffic they get a cached .html fi …
0
votes
2answers
57 views
Is there a memcache “catalog”?
Hi there
we're using memcache in several of our Rails applications.
Now I was wondering: Is there a way to get a list of all objects stored in memcache including the amount of dat …
1
vote
3answers
698 views
Benefits of multiple memcached instances
Is there any difference between having 4 .5GB memcache servers running or one 2GB instance?
Does running multiple instances offer any benifits?
2
votes
1answer
222 views
Removing specific items from Django’s cache?
I'm using site wide caching with memcached as the backend. I would like to invalidate pages in the cache when the underlying database object changes.
If the page name changes the …
