Home > simplememcache

simplememcache

Simplememcache is a project mainly written in ..., it's free.

Simple memory cache available using UDP, add/get queries, compression support, multithreaded

Simple memory cache.

compile: $ erlc simplememcache.erl

start server: $ erl 1> simplememcache:start().

leave it running.

start clients: $ erl 1> simplememcache:add("ala", "ma kota"). true 2> simplememcache:add("kot", "ma ala"). true 3> simplememcache:get("ala"). "ma kota"

Start as many clients you wish.

Server supports concurant access

No support for cleaning up the cache yet.

No flow control.

Not connection limiting.

NOTE: ALPHA QUALITY VERSION.

Previous:Simple-User-List