Amble
A library to help writing distributed programs. The library manages all the details relevant to process launching, channel creation, and network communication so as to let the programmer stick to the core of the problem. This allows to write programs that can be distributed on several machines in a concise way, with all the parallel aspects kept implicit (no synchronisation).
[ Homepage ]
| Author: | Olivier Pérès. |
| Last modification date: | 26-Oct-2004 |
| Version: | 0.1 |
| Development status: | Beta |
| Kind: | Libraries :: Native OCaml libraries |
| License: | Open Source :: LGPL |
| Topic: | System :: Distributed and parallel programming |
| Homepage: | http://home.gna.org/amble/ |