Memcached is a simple object cache that can be used to improve the performance of dynamic web applications.
0
votes
1answer
19 views
I'm Confused with Memcache vs Memcached vs php5-memcache
I followed the instruction in this tutorial on how to install nginx, php, and mysql including the php5-memcache.
I'm wondering if I still need to install the memcache or memcached without the "php5" ...
0
votes
1answer
15 views
Pecl Memcache and php5-memcache
As I've read on different sources, pecl memcache and php5-memcache is an extension (correct me if I am wrong). If both of them are the same extension, is it okay to install them both?
This is the ...
0
votes
0answers
9 views
PHP Memcached Session Locking Enable
I use "memcached" to store php sessions.
It is important, that request must be synchronously (to avoid duplicate transactions or operations), but while using "memcached" session, "session locking" not ...
0
votes
1answer
11 views
Django + memcached: generate cached pages automatically?
I am using Django + memcached and have a (hopefully) simple question.
My database is updated once a day. My pages are set to time out after 24 hours.
Is there a way to generate all the pages of the ...
2
votes
2answers
58 views
Any alternatives to Memcache on Google App engine?
I am currently using the Memcache service provided by GAE to cache content on the server. The current size of the cache is close to 20~30MB.
Initially the cache had a lifetime of 6-7 hours .. with ...
0
votes
0answers
6 views
Django: how to handle caching in views that differ for Ajax requests?
I have a Django application and a postgres backend. It's essentially a search site with a large database, and the data typically changes once a day. I would like to start caching, to reduce load on ...
28
votes
4answers
11k views
System.Web.Caching vs. Enterprise Library Caching Block
For a .NET component that will be used in both web applications and rich client applications, there seem to be two obvious options for caching: System.Web.Caching or the Ent. Lib. Caching Block.
...
0
votes
0answers
15 views
php memcache to store repeated keys for different values
I've been working with PHP (I'm very new to this) and I have this scenario:
I have a list with 3 (or more) IP addresses + ports that comes from a file, so each line of my file has:
192.168.3.41:8013
...
1
vote
1answer
18 views
Django per-view caching: set expiry time rather than cache timeout?
I'm using Django caching with memcached and I want to use per-view caching.
However I'd like to know if I can set an expiry time for the page (e.g. 4am today EST) rather than the cache timeout in ...
0
votes
1answer
40 views
Caching a stored procedure in ColdFusion
I'm trying to cache a stored procedure. I have ColdFusion 10 downloaded and it is running on a Railo 4 server. I have the database connection setup in my Railo Admin ( a default cache ) and according ...
1
vote
3answers
4k views
Enabling memcache on Mac OSX with stock apache and php5
I cannot for the life of me figure out how I can enable memcache on Mac OSX to work w/ apache. I have installed memcache and can verify that it is working via the php command line.
The following ...
0
votes
0answers
8 views
Confusion with new innodb memcached plugin for MYSQL?
I already have memcached running alongside the memcache php extension in the traditional manner with my app set up to cache queries when intended.
I am now running MySQL 5.6 and would like to test ...
0
votes
0answers
7 views
Access a memcached pool from Linux and Windows
I'm using memcached as a PHP extension on Windows and Linux. This is a barebones install on both machines. Linux is CentOS 6.3 with PHP 5.3.15, Windows is Windows 7 with PHP 5.3.25.
The pool gets set ...
3
votes
4answers
2k views
ASP.NET Data Caching? Memcache equivalent
Having used PHP on Linux a lot, I'm used to using memcache so that the database doesnt have to be accessed on every single request. What do people use on Windows the achieve this? From the asp.net mvc ...
0
votes
1answer
47 views
To what extent is Couchbase a drop in replacement for Memcached
Official couchbase documentation says this in this link - http://www.couchbase.com/docs/couchbase-manual-2.0/couchbase-getting-started-nextsteps.html.
"If you already have an application that uses ...