Questions tagged [memcached]

Memcached is an in-memory key-value store for small chunks of arbitrary data (strings, objects). It is commonly used as a cache to speed access to frequently used data.

Memcached is an in-memory key-value store for small chunks of arbitrary data (strings, objects). It is commonly used as a cache to speed access to frequently used data.

390 questions
0
votes
1 answer

Memcached not listening

I installed Membase's memcached distro on Windows 2003 R2 x64, but memcached.exe isn't opening any listening ports (I can see this through the TCP/IP tab in Process Explorer). However, if I copy the command line Membase uses to launch…
Mauricio Scheffer
  • 831
  • 2
  • 10
  • 23
0
votes
1 answer

Looking for advice on how to set up membase for a small web app

I am building a small webapp that will initially be hosted on a EC2 Micro instance (which is severely memory-limited, 613Mb RAM). When I set it up it asks for a RAM component into which it will load all the database data that it can hold. This won't…
Pieter Breed
  • 101
  • 4
0
votes
1 answer

After installing memcached, unable to locate memcached.so

I've installed memcached on my ubuntu server (8.04), but after apt-get install memcached and successfully installing it, it does not appear in php.ini. I have tested memcached by doing telnet 127.0.0.1 11211 and executing commands such as …
user51347
  • 33
  • 1
  • 6
0
votes
3 answers

How do I see how quickly items are dropping out of memcache?

Is there a good way to monitor how quickly items are dropping out of memcache?
clofresh
  • 141
  • 1
  • 5
0
votes
2 answers

memcached installation on LAMP issue

When trying to use memcached in my php script, i get class not found. I am running LAMP on Ubuntu 9.01 and have so far taken the following few steps: apt-get install memcached pecl install Memcache apache2ctl restart I see the memcache extension…
John Hoffheimer
0
votes
1 answer

memcached memory usage difference on 32- and 64-bit

We have a bunch of boxes running memcached. Some are 32-bit and some are 64-bit, but all run a 32-bit install of RHEL due to various Perl-related things. We'll call them type A and B respectively. Both types run memcached 1.2.8 with the same amount…
markdrayton
  • 2,449
  • 1
  • 20
  • 24
0
votes
2 answers

Can Memcached limit "write per second" and "read per second" on MySQL?

I need to reduce the value of "write per second" and "read per second" on MySQL (this is for statistics: total views of post). Can Memcached doing this job? Thanks
Kofi Mwebe
0
votes
1 answer

Save server from overload

As my client's php ecommerce portal is on a dedicated hosting but there are certain overload issues. Like the CPU uses goes upto 84% on a 60 req/sec , so i am thinking to propose a plan. To implement appache at the main server, use varnish &…
Zahir
  • 37
  • 4
0
votes
3 answers

memcached and PHP ... massive lag with sessions

I'm working on a new server built with Unbuntu 10.04, running php-fastcgi, nginx, and memcached. phpinfo() script loads and works great, same as a test memcached script. For any script using sessions, page load time rockets through the roof. ---…
Ben Dauphinee
  • 203
  • 3
  • 10
0
votes
1 answer

Ubuntu package question

I run Ubuntu, and If i type the following in a terminal, I start a new instance of memcached, right? # memcached -vv How can I target the the current instance of memcached in terminal? It would help me to see the very-verbose mode on my already…
Industrial
  • 1,579
  • 6
  • 24
  • 37
0
votes
1 answer

In Nginx, can I handle both a location:url or a content-type: text/html response from memcached?

I'm setting up an nginx - apache reverse proxy where nginx handles the static files and apache the dynamic. I have a search engine and depending on search parameter I either directly forward the user to the page they are looking for or provide a…
Sean Foo
0
votes
1 answer

how to configure memcached for weblogic 10.x and oracle 10.g

Have some web app using java, jsp, servlet. too many times frequent queries to oracle 10g under load. Thinking to introduce memcached, Is it simple ? Can it be done without code change? are there any other solutions avaliable?
None
0
votes
2 answers

Memcached server won't connect

I'm rather new to Unix and am trying to set up a memcached server on Rackspace Cloud Servers with CentOS 5.4. I've been following the guide below. http://centoshacker.com/kabir/tuning/setting-up-memcached-distributed-caching-system.html I think I…
Pepper
  • 103
  • 5
0
votes
1 answer

Multi-Application Server Environment and Memcached Security

We are looking to integrate Memcached into our infrastructure, but have a security concern before we do. We run several platforms including ASP.NET and Coldfusion and have many app developers working many little applications across the different…
jocull
0
votes
0 answers

Error Installing Memcached with Plesk Ubuntu Server

We are working on getting a new Ubuntu Plesk server running with memcached and keep running into errors when setting it up for PHP. Using the instructions from Plesk we run the following successfully: apt install memcached autoconf automake gcc…
Jason C
  • 3
  • 3