The net-concurrent package
net-concurrent is a simple haskell library for doing parallel computation on several computers using the network. There is a single master process and many slave processes. Communication is between the master and the slaves, for simplicity slaves never communicate with each other. Communication is done using NVars, network variables. The NVar api is very similar to MVar. These are stored in the master process and shared between all processes in the system. Slave nodes can read and write these NVar variables which results in network transactions with the master.
Properties
| Versions | 0.0.1, 0.1.0 |
|---|---|
| Dependencies | base (<5), bytestring, containers, ghc-binary, hslogger, monad-loops, network |
| License | BSD3 |
| Copyright | BSD |
| Author | Paul Sonkoly |
| Maintainer | Paul Sonkoly |
| Stability | provisional |
| Category | Distributed Computing, Concurrent, Network |
| Home page | http://phaul.hobby-site.org/node/4123 |
| Upload date | Mon Apr 26 21:00:19 UTC 2010 |
| Uploaded by | PaulSonkoly |
| Built on | ghc-6.12 |
Modules
Downloads
- net-concurrent-0.0.1.tar.gz (Cabal source package)
- package description (included in the package)