Questions tagged as 'memcached'

1
answer

What is the purpose Message Queue MQ

I've heard a lot about talking about MessageQueue, and I've never used it in practice. But before that, I would like to know what is the need and purpose of using an MQ. Thinking about scalability and performance. Sometimes I get confused wit...
asked by 29.10.2015 / 13:36
1
answer

Memcached + Tomcat Authentication

I'm testing Memcached to implement failover on my Tomcat servers. Is there any way to implement security via user / password? Memcached will stay on a public IP, so I find it unsafe for it to be exposed without some kind of authenticatio...
asked by 31.10.2014 / 20:04
0
answers

Running multiple instances of the same application on a single Memcached Server

I have a problem with "dockerized" and Memcached applications, to store some values, apparently when I start a new instance of Docker, which runs a Spymemcached client, all the amaranezed data in the cache is invalidated, so if I previously stor...
asked by 16.05.2018 / 03:36
0
answers

Error uploading an application with dokku

When uploading an application with dokku, I'm having the following errors: -> Failed building wheel for pylibmc -> src/_pylibmcmodule.h:42:36: fatal error: libmemcached/memcached.h: No such file or directory #include <libmemcache...
asked by 30.10.2018 / 13:49
0
answers

PHP session error with memcached session.save_path

Good evening; I have some centos Web servers that write session to a memcached server, but in the logs this is a warning message that I can not define the reason since the Mencached server itself does not give the error only shows the session...
asked by 23.08.2018 / 02:51
0
answers

How to make memcache point to 127.0.0.1 on windows 10?

I'm trying to make my memcached server point to the address 127.0.0.1 , but when I run my application the error appears:    Notice: MemcachePool :: add (): Server 10.203.10.76 (tcp 11211, udp 0)   failed with: A connection attemp...
asked by 06.09.2016 / 20:54
0
answers

How do I know if Memcached is connected to C #?

How to tell if Memcached is connected to C #?     
asked by 24.09.2015 / 21:06