net-concurrent-0.0.1: Concurrent over the network execution library

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

Versions0.0.1, 0.1.0
Dependenciesbase (<5), bytestring, containers, ghc-binary, hslogger, monad-loops, network
LicenseBSD3
CopyrightBSD
AuthorPaul Sonkoly
MaintainerPaul Sonkoly
Stabilityprovisional
CategoryDistributed Computing, Concurrent, Network
Home pagehttp://phaul.hobby-site.org/node/4123
Upload dateMon Apr 26 21:00:19 UTC 2010
Uploaded byPaulSonkoly
Built onghc-6.12

Modules

Downloads