Skip to content
/ pylinda Public

(Original: code.google.com/p/pylinda) A Linda implementation in Python.

Notifications You must be signed in to change notification settings

apayne/pylinda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pylinda

(Original source from: code.google.com/p/pylinda) (Original author: By Andrew Wilkinson [email protected])

NOTE: I am not the original author; this code was a "rescue" from the now defunct Google Code site

A Linda implementation in Python.

Linda provides extensions that allow you to divide work between multiple processes, possibly on different machines. It uses the concept of a "tuplespace" which stores various amounts of unstructured data. Client processes can then access this tuplespace, extract a tuple for processing, process it, and even place a new tuple back into tuplespace.

About

(Original: code.google.com/p/pylinda) A Linda implementation in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published