Home > memxy

memxy

Memxy is a project mainly written in C++ and C, based on the View license.

a memcached proxy based on wavy I/O architecture

memxy

memcached proxy

*Requirements

Following programs are requred to build

  • gcc >= 4.1 with C++ support
  • ruby >= 1.8.7
  • ragel >= 6.0

*Installation

$ ./bootstrap $ ./configure $ make $ sudo make install

*Usage

Usage: memxy [options] [initial server list] -t PORT=11211 : proxy port (text) -c PORT=11001 : control port -h : print this help message -o : log file -d : daemonize and output pid into the file -v : verbose mode

Example:

$ memxy -t 3000 -d memxy.pid -o memxy
$ memxyctl localhost server1.host server2.host server3.host

Copyright (C) 2009 FURUHASHI Sadayuki

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Previous:presentations