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
libglib-2.0(3)							C Library Functions						    libglib-2.0(3)

NAME
libglib-2.0, libgmodule-2.0, libgthread-2.0 - general purpose utility library, support for dynamic plug-ins, and thread abstraction. DESCRIPTION
GLib is a general-purpose utility library, which provides many useful data types, macros, type conversions, string utilities, a main loop abstraction, and so on. libgmodule-2.0 provides a portable method of dynamically loading plug-ins or shared object modules. libgthread-2.0 provides a thread abstraction which includes threads, different mutex methods, conditions, and thread private data. It also provides different useful patterns such as thread pools. To access the API documentation, you must install the developer version of the package. FILES
The following files are used by this application: /usr/lib/libglib-2.0.so GNOME general purpose shared library /usr/lib/libgmodule-2.0.so GLib dynamic plug-in shared library /usr/lib/libgthread-2.0.so GLib thread abstraction shared library /usr/share/gtk-doc/html/glib Location of developer documentation ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-base-libs SUNWg- | | |nome-base-libs-64 | +-----------------------------+-----------------------------+ |Interface stability |Committed | +-----------------------------+-----------------------------+ SEE ALSO
glib-genmarshal(1), glib-gettextize(1), glib-mkenums(1), libgobject-2.0(3), libgio-2.0(3), libglibmm-2.4(3), attributes(5), gnome-inter- faces(5), gnome-std-options(5) NOTES
Written by Brian Cameron, Sun Microsystems Inc., 2003, 2004, 2006, 2008. SunOS 5.11 14 May 2008 libglib-2.0(3)