Download List

Project Description

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-08-24 21:14
0.6

Subsystems are implemented using hierarchical dependency injection. In addition, the factory and actor registries pass unsatisfied requests up to their superior system services. This is an important capability when building large applications.

2011-08-18 04:20
0.5

The IncDes package was released for the first time, including Actor containers with Incremental (lazy) Deserialization, for high-speed updates of a persistent store. (Only what is accessed is deserialized on read; only what has changed is reserialized on write.)

2011-08-04 15:55
0.4

A bug in FactoryRegistry was fixed. ActorId was moved to a separate trait.

2011-08-01 12:03
0.3

This release cleans up the constructors for Actor and Component. Efforts are now focused on Container actors supporting incremental deserialization.

2011-07-30 16:47
0.2

Asynchronous messages are now passed in blocks, giving a five-fold increase in throughput.

Project Resources