Télécharger la liste

Description du projet

SlicedBread is a library that makes it simpler to program multithreaded applications in Java. It does so by doing away with "classic" multithreaded staples - that is, shared state using thread-safe objects - in favor of a set of single-threaded processes that send and receive immutable messages. In a sense it is inspired by Erlang's messaging system. In another, the over 400 rich pages of "Java concurrency in practice" show how hard it is to write and debug a good-mannered multithreaded application in Java.

Système requise

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-29 08:32
0.0.2

Cette version inclut la première version de la documentation, qui devrait être suffisant pour vous familiariser avec la bibliothèque. Il ajoute des pools de thread (plusieurs threads de lecture de la même boîte aux lettres) et vérifie la sécurité des threads en vertu de le Crθatif (JSR-133).
This release includes the first version of the documentation, which should be enough to get you started with the library. It adds thread pools (multiple threads reading from the same mailbox) and checks thread safety under JMM (JSR-133).

2011-11-03 22:04
0.0.1

Première version publique.
First public release.

Project Resources