2 items tagged “protocol”
2010
ElasticSearch memcached module. Fascinating idea: the ElasticSearch search server provides an optional memcached protocol plugin for added performance which maps simple HTTP to memcached. GET is mapped to memcached get commands, POST is mapped to set commands. This means you can use any memcached client to communicate with the search server.
2009
Gearman protocol. Notes compiled by Eric Day, principle author of the C server implementation.