-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
memcached_get does not work with UDP. This seems to be a major limitation in UDP support, since the primary use-case for UDP is to reduce get overhead. For example, Facebook uses UDP for gets and TCP for sets:
Clients use UDP and TCP to communicate with
memcachedservers. We rely on UDP forgetrequests to reduce latency and overhead. Since UDP is connectionless, each thread in the web server is allowed to directly communicate with memcached servers directly, bypassingmcrouter, without establishing and maintaining a connection thereby reducing the overhead.
As far as I can tell, this behavior is not documented.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels