net-concurrent: Concurrent over the network execution library

[ bsd3, concurrent, distributed-computing, library, network ] [ Propose Tags ]

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.

Downloads

Maintainer's Corner

Package maintainers

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 1832 total (5 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]