System architecture best practices - memcached + webfarms
Dustin Sallings
dustin at spy.net
Mon Jul 2 23:43:52 UTC 2007
On Jul 2, 2007, at 16:39 , Brad Fitzpatrick wrote:
> You don't, because you ask each server only for what you want from it.
>
> If you're doing a get_multi(A,B,C) in your app, that translates on the
> wire to, say:
>
> 10.0.0.1:11211 "get A B"
> 10.0.0.2:11211 "get C"
Oooh. I thought you meant send requests for A B C to all servers.
OK, good, my client does that anyway. :)
--
Dustin Sallings
More information about the memcached
mailing list