RSS 2 projects tagged "transactions"

No download No website Updated 08 Mar 2013 Open Transactions

Screenshot
Pop 289.88
Vit 15.67

Open Transactions is a solid, easy-to-use, financial crypto and digital cash library, including an API, server, and test client. It features anonymous numbered accounts, untraceable digital cash, triple-signed receipts, basket currencies, and signed XML contracts. It also supports cheques, invoices, payment plans, markets with trades, and other instruments. It uses OpenSSL and Lucre blinded tokens.

Download No website Updated 20 Jan 2010 STM Lib

Screenshot
Pop 19.03
Vit 34.94

STM Lib is a pragmatic library implementation of software transactional memory (STM) for Java and other JVM languages (such as Scala, Clojure, and Groovy). STM is ideal for applications where data is accessed concurrently by several threads and doesn't have to be persisted in real-time. For example, chat or instant messaging servers, file sharing servers, real time search engines, and massively multiplayer online games or virtual communities. It also works for all kinds of multithreaded programs. STMlib provides transactional collection classes that implement the standard Java APIs. The locking scheme is based on 2 phase locking, which enforces Serializability. Also, transactions are automatically retried when deadlocks occur, so you don't have to.

Screenshot

Project Spotlight

Illich Post

A Skill Exchange CGI.

Screenshot

Project Spotlight

Disk Based HashTables

Hash tables on hard disk.