Download List

專案描述

AsyncFP is a Scala project with composable actors that interoperate both synchronously and asynchronously. The current focus is on providing a kit for creating high-performance custom NoSQL databases. The small datastore currently under development is a crash-proof in-memory database supporting multiple queries or single update. Updates write to a backing disk file.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-11-01 06:42
1.3.3

Messages sent to an empty mailbox are now processed 10x faster. Mailbox is now a trait with several implementations to choose from. There is a critical bugfix to RecordUpdate.

2011-10-25 07:52
1.3.2

A new datastore, Swift, only periodically updates its datastore, and on restart the tail of the old log file is used to create a current version. The transaction rate is now limited primarily by flushes to the log file.

2011-10-15 23:05
1.3.1

This release fixes RecordUpdate. It was not changing the record timestamp, which broke opportunistic locking.

2011-10-13 06:33
1.3.0

Small records datastore supports batch updates and opportunistic locking. Several bugs were fixed in the IncDes package.

2011-10-04 15:35
1.2.5

It is now possible to rebuild from the transaction log files to resize or recover a small datastore.

Project Resources