...FLoM supports different types of abstract resources: simple, numeric, set, hierarchical and transactional sequence.
libflom, the library shipped with FLoM, allows you to develop your own application using a simple C, C++, Java, Perl, PHP or Python client API.
SSL/TLS security for network communication, X.509 certificates for peer to peer mutual authentication.
Project to development common data format for Eve market order data
Project was started to give a work space for anyone interested in developing a shared data format and code that web sites can use to exchange market order data both from the Eve client market order cache and Eve market order APIs.
The **libmsgque** project is an infrastructure that allows multiple package-items to be linked together to act as one application.
To link, you need to distribute the work from one package-item to another package-item and wait for an answer or not.
> Philosophy: Write Once → Run Everywhere
The package-item can be a thread, a separate local process that is started by fork or spawn, or even a network of multiple services on multiple hosts.
The package-item can be written in any...