Tagged Questions
0
votes
1answer
91 views
Is there a benefit to managing programs with a process manager instead of with init.d?
I'm using Redis, Memcached, and Nginx, to be specific, and Supervisor as the process manager, but any general information is helpful as well.
Each of the aforementioned programs when apt-get ...
3
votes
2answers
2k views
PHP on several servers with session-sharing
there's certanly other threads about this, but I have one more question.
We are about to scale the website at work to have more than one server. And we need to share the sessions between the servers.
...
1
vote
0answers
173 views
Redis mass insert vs Memcached [closed]
I was trying to decide what to pick for a project , redis or memcached and while collecting cons i saw something on redis page about mass-insert http://redis.io/topics/mass-insert , it looks like it's ...
2
votes
1answer
388 views
Amazon EC2 ELB directing load to other instances and session stores
If we scale up (add an instance to ELB), could we redirect some existing requests to the new instance. So that, The users that we force to a new server will be asked to login again
If we scale down ...
0
votes
1answer
507 views
Deploying Memcached as 32bit or 64bit?
I'm curious about how people deploy memcached on 64 bit machines. Do you compile a 64bit (standard) memcached binary and run that, or do people compile it in 32bit mode and run N instances (where N = ...