Coder Social home page Coder Social logo

aleb2000 / memcached Goto Github PK

View Code? Open in Web Editor NEW

This project forked from memcached/memcached

0.0 0.0 0.0 8.96 MB

Memcached over RDMA

License: BSD 3-Clause "New" or "Revised" License

Python 1.68% C 76.66% Shell 0.45% Perl 16.08% DTrace 0.59% Makefile 0.32% M4 1.68% C++ 1.89% Roff 0.10% Starlark 0.04% Lua 0.52%

memcached's Introduction

Memcached over RDMA

For original Memcached readme open README-MEMCACHED.md

This is a fork of Memcached that adds RDMA capabilities. This work was done for a Bachelor Thesis at Vrije Universiteit Amsterdam. Based on Memcached 1.6.14

Dependencies

Original Memcached deps:

  • libevent - https://www.monkey.org/~provos/libevent/ (libevent-dev)
  • libseccomp (optional, experimental, linux) - enables process restrictions for better security. Tested only on x86-64 architectures.
  • openssl (optional) - enables TLS support. need relatively up to date version.

RDMA deps:

  • libibverbs
  • librdmacm-devel

Installation

The installation is the same as when installing Memcached from source, the following command should suffice. Note: you should change memcached-install-dir to whatever directory you want to install your memcached executable to.

./configure --prefix=/memcached-install-dir
make && make install

If you installed the RDMA dependencies, no problem should arise.

Usage

The usage is the same as the original Memcached, the only addition is the flag --rdma which will start Memcached using RDMA instead of sockets over TCP or UDP. Depending from your setup you might have to specify the ip address of your RDMA capable NIC.

Example usage:

memcached --rdma -l 10.149.0.55 -v

Notes

This software was only tested on the DAS-5 system of the Vrije Universiteit Amsterdam. The directory das5 contains some utility scripts that will only work on the DAS-5.

memcached's People

Contributors

dormando avatar dustin avatar bradfitz avatar lindner avatar trondn avatar devnexen avatar linkiwi avatar viraptor avatar brianaker avatar steveyen avatar minkikim89 avatar kroki avatar sgrimm avatar tharanga avatar tomaskorbar avatar guikcd avatar olajep avatar swills avatar toofishes avatar elfchief avatar thatsafunnyname avatar mlichvar avatar ingenthr avatar evmar avatar danielschemmel avatar victorkirkebo avatar remicollet avatar emcconville avatar jefyt avatar candrews avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.