0
votes
2answers
13 views
Is there a big performance hit with using file_store for storing the cache as opposed to mem_cache_store?
I don't think I'm at the point where I need to go through and get memcached setup for my Rails app, but I would like to do some simple caching on a few things.
Is using file_store …
0
votes
3answers
28 views
Distributed caching on 64-bit Windows machines
Are there any production-ready distributed caching mechanisms like memcached that can be used in a Windows 64-bit environment? From what I've seen, memcached is run on linux machi …
0
votes
2answers
28 views
Memcached Writes Extremely Slow
I'm running memcached on ec2 instances and in some cases am seeing extremely slow writes (10s) for small amounts of data. I'm using memcache-client from rails on the client side. …
1
vote
1answer
32 views
Memcached/Microsoft Velocity Performance Question
Just a random query regarding Microsoft Velocity.
Scenario:
Say I want ALL Orders from my database. In SQL, this is fine, I can do SELECT OrderId,TotalCost... from Orders. This is …
0
votes
1answer
18 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 …
1
vote
1answer
43 views
sphinx is returning stale results
Environment:
Memcached, Rails 2.2.2 + cache_money, Sphinx + thinking sphinx
The following yields stale results:
- add a record; mysql contains the correct data
- the record is pr …
1
vote
1answer
28 views
Are there really any production issues in using memcached in Windows?
I'm currently testing Memcached in a Windows machine and we are planning to use it in production while Microsoft Velocity is still in CTP. It is running well so I believe that Mem …
0
votes
1answer
42 views
Pylons and Memcached
Anyone happen to use this combination in their web application? I'm having a bit of trouble finding some sort of tutorial or guideline for configuring this. Also seeing as how I st …
0
votes
1answer
23 views
Can the memcached 1.4.2 binary for Windows from NorthScale Labs installed as a service?
Can the memcached version 1.4.2 binary for Win32 from NorthScaleLabs installed as a Windows service?
1
vote
3answers
37 views
Where can I find documentation for enyim and memcached?
Where can I find a complete documentation for enyim and memcached?
4
votes
4answers
109 views
is there a Memcached equivalent written in c# ?
is there a Memcached equivalent written in c# ? open source maybe ?
1
vote
1answer
17 views
Is libevent required for building memcached for Windows?
Is libevent required for building memcached for Windows? And what do libevent does? I'm experiencing difficulties building libevent for Win32 in Visual Studio 2008.
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
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 …
1
vote
2answers
28 views
How do I see if memcached is already running on my chosen port?
I am having some problems with memcached and one idea I am having is that perhaps it is already running on the port I am trying to run it on, started by some other user on our netw …
