Skip to content

memcached_get does not work with UDP #148

@Forty-Bot

Description

@Forty-Bot

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 memcached servers. We rely on UDP for get requests to reduce latency and overhead. Since UDP is connectionless, each thread in the web server is allowed to directly communicate with memcached servers directly, bypassing mcrouter, without establishing and maintaining a connection thereby reducing the overhead.

As far as I can tell, this behavior is not documented.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions