Java implementation of a Tuplespace.
Moved to
https://github.com/mike-k-houghton/tuplespace
A Tuple is an ordered list of items. A Tuple Space is a form of associative memory where entries, tuples, are stored in the space and are retrieved using search criteria that are based on the intrinsic properties of the tuples. The two key operations are 
put
get
And that is it! There are refinements on these operations including, for example, timeouts where the tuple will only exist for a given period and also transactions that are based on atomic actions and
 commit/rollback in the tuplespace.
Features
- Parallel and distributed computing.
 - Local and remote process coordination.
 - Message passing.
 - Master-Worker pattern.
 
Categories
FrameworksLicense
GNU General Public License version 3.0 (GPLv3)Follow Tuple Spaces
Other Useful Business Software
    
                    
                    Build Securely on AWS with Proven Frameworks
                    
                    
                
            
                            Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
                        
                    Rate This Project
Login To Rate This Project
    User Reviews
            Be the first to post a review of Tuple Spaces!