net-concurrent: Concurrent over the network execution library
[ bsd3, concurrent, distributed-computing, library, network ]
[ Propose Tags ]
[ Report a vulnerability ]
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.
Modules
[Index]
Downloads
- net-concurrent-0.1.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.0.1, 0.1.0 |
---|---|
Dependencies | base (<5), bytestring, containers, ghc-binary, hslogger, monad-loops, network [details] |
License | BSD-3-Clause |
Copyright | BSD |
Author | Paul Sonkoly |
Maintainer | Paul Sonkoly |
Category | Distributed Computing, Concurrent, Network |
Home page | http://phaul.hobby-site.org/node/4123 |
Uploaded | by PaulSonkoly at 2010-05-05T19:30:45Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 1871 total (7 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |