-
as seen on Server Fault
- Search for 'Server Fault'
I have installed memcached fine, and now I will need to install PECL extension memcache. Im running RedHat x86_64 es5. The installation gives me this:
downloading memcache-2.2.6.tgz ...
Starting to download memcache-2.2.6.tgz (35,957 bytes)
..........done: 35,957 bytes
11 source files, building
running:…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
So I am working on a web app - that has to be built for scalability. It stores frequent MySQL querys into the cache. I have pretty much everything built and ready to go - but I am concerned on best practices on handling where to cache the data. I've talked to a few people and one of them suggested…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I'm trying to install memcache on MAMP but I get the warning below, and when I continue it seems to complete properly. I add the line extension=memcache.so to the php.ini and restart MAMP but phpinfo() doesn't list the memcache extension.
$ ./pecl install memcache
downloading memcache-2.2.5.tgz …
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I'm trying to install memcache on MAMP but I get the warning below, and when I continue it seems to complete properly. I add the line extension=memcache.so to the php.ini and restart MAMP but phpinfo() doesn't list the memcache extension.
$ ./pecl install memcache
downloading memcache-2.2.5.tgz …
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am using Symfony 1.3.2 with Propel ORM on Ubuntu 9.10.
I am incorporating memcache to the website.
I have modified the setup() method in apps/frontend/ProjectConfiguration.class.php like this:
class ProjectConfiguration
{
public function setup()
{
// original SF generated code here…
>>> More