My favorites | Sign in
Project Logo
                
Code license: New BSD License
Labels: memcached, proxy, php
Show all Featured downloads:
magent-0.5.tar.gz
Show all Featured wiki pages:
HowMagentWorks
Feeds:
People details
Project owners:
  shellcode

magent is a simple but useful proxy program for memcached servers.

It features:

Usage:

  -h this message
  -u uid
  -g gid
  -p port, default is 11211. (0 to disable tcp support)
  -s ip:port, set memcached server ip and port
  -b ip:port, set backup memcached server ip and port
  -l ip, local bind ip address, default is 0.0.0.0
  -n number, set max connections, default is 4096
  -D don't go to background
  -k use ketama key allocation algorithm
  -f file, unix socket path to listen on. default is off
  -i number, max keep alive connections for one memcached server, default is 20
  -v verbose

Todo:

Examples:

  magent -s 10.1.2.1 -s 10.1.2.2:11211 -b 10.1.2.3:14000

Notes:

  1. current magent's speed is about 80% of memcached's. finding way to speed it up(not good)
  2. adding backup server does no harm to magent's performance. (good)
  3. magent's cpu usage is less than memcached's and has very little memory usage. (good)








Hosted by Google Code