libpaxos - General purpose Paxos library: ErlangPaxos-Fast published


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News libpaxos - General purpose Paxos library: ErlangPaxos-Fast published
# 1  
Old 08-08-2008
libpaxos - General purpose Paxos library: ErlangPaxos-Fast published

libpaxos is a C library that implements the Paxos protocol for solving consensus in a network of unreliable processors, it provides a simple API for receiving and proposing values. The source includes also a Paxos "simulator" written in Erlang.
Image Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

General Purpose XML Processing

I've been kicking this around for a while now, I might as well post it here. v0.0.9, now properly supporting self-closing tags. v0.0.8, an important quoting fix and a minor change which should handle special <? <!-- etc. tags without seizing up as often. Otherwise the code hasn't changed much.... (6 Replies)
Discussion started by: Corona688
6 Replies

2. UNIX for Beginners Questions & Answers

General Purpose Date Script

There must be thousands of one-off solutions scattered around this forum. GNU Date is so handy because it's general but if they're asking they probably don't have it. We have some nice scripts but they tend to need dates formatted in a very particular way. This is a rough approximation which... (18 Replies)
Discussion started by: Corona688
18 Replies

3. Programming

Using General Data Structure Library (GDSL)

Dear All, I would appreciate if some one could please post a few examples using GDSL library. The library provides general data structure operations. I am having confusion using list data structure regarding arguments. Would appreciate your kind response. with regards, Usman (2 Replies)
Discussion started by: usman_minhas
2 Replies

4. UNIX for Dummies Questions & Answers

Looking for a general purpose System Monitor

Does anyone have any scripts or suggestions on a general purpose Unix/Linux monitoring tool? (5 Replies)
Discussion started by: darthur
5 Replies
Login or Register to Ask a Question
CHI::Driver::Memcached::Fast(3pm)			User Contributed Perl Documentation			 CHI::Driver::Memcached::Fast(3pm)

NAME
CHI::Driver::Memcached::Fast -- Distributed cache via Cache::Memcached::Fast VERSION
version 0.14 SYNOPSIS
use CHI; my $cache = CHI->new( driver => 'Memcached::Fast', namespace => 'products', servers => [ "10.0.0.15:11211", "10.0.0.15:11212", "/var/sock/memcached", "10.0.0.17:11211", [ "10.0.0.17:11211", 3 ] ], debug => 0, compress_threshold => 10_000, ); DESCRIPTION
A CHI driver that uses Cache::Memcached::Fast to store data in the specified memcached server(s). From the perspective of the CHI API, the feature set is nearly identical to CHI::Driver::Memcached. AUTHOR
Jonathan Swartz SEE ALSO
CHI, Cache::Memcached::Fast, CHI::Driver::Memcached, CHI::Driver::Memcached::libmemcached COPYRIGHT &; LICENSE Copyright (C) 2007 Jonathan Swartz. CHI::Driver::Memcached is provided "as is" and without any express or implied warranties, including, without limitation, the implied warranties of merchantibility and fitness for a particular purpose. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Jonathan Swartz. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.14.2 2011-12-16 CHI::Driver::Memcached::Fast(3pm)