autopilotpattern / wordpress

A robust and highly-scalable implementation of WordPress in Docker using the Autopilot Pattern
GNU General Public License v2.0
158 stars 41 forks source link

Add mcrouter #28

Open misterbisson opened 8 years ago

misterbisson commented 8 years ago

Facebook's mcrouter (introduction, Github) adds support for replicated memcached pools and that would make running a single WordPress site across multiple data centers feasible.

mcrouter would also limit or eliminate issues related to hot keys, adding value for all users.

cdsalmons commented 8 years ago

I agree that mcrouter would be awesome. Another project that I think would help is lsmcd. Since it is a wrapper, it could also be used to store sessions directly in Consul via native memcached protocols. Thinking XDC session management ;)

Anyhoo, this project is awesome. Let me know if I can help in any way. Take care