The latest version of net-concurrent is 0.1.0-0.

net-concurrent

Version 0.0.1 revision 0 uploaded by PaulSonkoly.

Package meta

Synopsis
Concurrent over the network execution library
Description

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.

Author
Paul Sonkoly
Bug reports
n/a
Category
Distributed Computing, Concurrent, Network
Copyright
BSD
Homepage
http://phaul.hobby-site.org/node/4123
Maintainer
Paul Sonkoly
Package URL
http://phaul.hobby-site.org/repository/4123/downloads
Stability
provisional

Components