Questions tagged [memcache]
114 questions
0
votes
1 answer
Can a slow database cause a web app to hold up a memcache connection?
I have a php application that uses memcache and a back-end database
At times we see high "current connections" in memcache and can't determine why.
Why php "misses" from memcache and needs to go to the backend db, does it keep a mem cache…

ckliborn
- 2,778
- 4
- 25
- 37
0
votes
3 answers
Role of Varnish cache
Right now I'm using nginx together with APC for php cache and memcache for mysql cache. I was wondering what Varnish cache can do in my existing environment as I am thinking to implement varnish, any thoughts?
0
votes
3 answers
PHP Memcache module is compiling with different module (debian)
I've downloaded memcache-2.2.6 and when i run:
phpize && ./configure --enable-memcache && make
I get:
Configuring for:
PHP Api Version: 20090626
Zend Module Api No: 20090626
Zend Extension Api No: 220090626
This is correct but after…

keepwalking
- 117
- 1
- 6
0
votes
2 answers
How to install memcache (to ease mysql load) in php
I want to install memcache on my dedicated server, how do I do that using SSH?
OS: CENTOS 6.2 x86_64, PHP ver. 5.2.17, APC already installed.
0
votes
1 answer
MemCache-repcached compile error
I'm trying to install [memcached-1.2.8-repcached-2.2.1](
http://sourceforge.net/projects/repcached/files/latest/download?source=files)
And I have the following error after running the make command:
make all-recursive
make[1]: Entering directory…

Linuxstartway
- 37
- 2
- 8
0
votes
2 answers
Memcache warnings
I have installed memcache on a Dreamhost VPS (Debian GNU/Linux 5.0.9 (lenny) / memcached 1.4.10 ) for a Drupal site .
If for some reason the server needs rebooting, memcache is not restarted and Drupal spits out warnings about not being able to…

PatrickS
- 360
- 1
- 3
- 12
0
votes
1 answer
Memcached server: Is it a good practice to point two server urls to the same server?
I have a system where there are connections to a memcache server from several different files and servers.
I would like to stay with one server but keep the option of increasing the number of memcache servers (for periods of of high traffic).
My…

Niro
- 1,401
- 4
- 20
- 36
0
votes
2 answers
How to optimize TCP / IP stack in Linux?
Currently I noticed there are about 15K open connections to localhost. It is mainly connecting to Memcached. I am clueless where I should start to optimize TCP/IP stack. Memcached support UDP, but the PHP library doesn't support it.
The server has…

mary
- 9
- 3
0
votes
1 answer
Scalable server configuration for dynamic growing social site
My team is writing (social) website, witch should in theory grow up very fast.
My task is to attempt to define the hardware requirements for such a page (for investors).
Technology in which we create a page is PHP + MySQL. For some time I read…

PsychoX
- 175
- 3
0
votes
1 answer
Choose which memcache version
For memcached server we are running on version 1.4.5, and the application is built with PHP 5.3.6 and memcache (http://pecl.php.net/package/memcache) version 3.0.5
Currently we have 2 memcached pools, each pool currently have 3 memcached servers in…

forestclown
- 945
- 4
- 15
- 25
0
votes
1 answer
Drupal/pressflow VPS set-up
I'm about to port a high traffic website to Drupal v6.x (maybe 7.x) on a VPS.
I have a bit of experience with Linux in the name of Ubuntu. Of course I can relay on a managed VPS package. How ever I would like to pick the best set-up.
The VPS…

mach3
- 1
- 1
0
votes
1 answer
Memcache - PHP- Ubuntu :: cd: /var/lib/memcache: No such file or directory
I installed memcache PHP module on Ubuntu 10.04
My Steps:
install php5-memcache (http://pecl.php.net/package/memcache)
restart apache
get phpinfo()
memcache
memcache support enabled
Version 3.0.4
Revision $Revision: 1.83.2.36…

Ben
- 775
- 4
- 9
- 19
0
votes
1 answer
Can't get memcached / php memcache installed on CentOS 5.5
I cannot get memcached installed for the life of me on CentOS 5.5
yum install memcached says package doesn't exist
I have tried installing from source, as well as yum. Apparently memcached is running according to ps auxw, and I have the extension…

Andrew Fashion
- 1,655
- 7
- 22
- 26
0
votes
1 answer
How can i install memcache for PHP 5.2.10 in CentOS 5.5? (not in repo)
i tried installing memcache from another repo and it all went wrong:
[root@mail ~]# php -v
PHP Warning: PHP Startup: memcache: Unable to initialize module
Module compiled with module API=20050922, debug=0, thread-safety=0
PHP compiled with…

Andres SK
- 238
- 3
- 7
- 22
0
votes
2 answers
Memcached extension error in PHP
yesterday i migrated to Rackspace (CentOS 5.5). Everything was already configured (apache, php, mysql, memcached) and working well.
The only thing i forgot, and installed at last was the mail server (iRedMail). After that, for some reason, memcached…

Andres SK
- 238
- 3
- 7
- 22