4 ms·
I used tuplespaces to implement a poor man's distributed computing for Matlab back in 2009 or so. It would simply put Matlab code and parameters in a tuple, a
by yagyu 8y ago
I used tuplespaces to implement a poor man's distributed computing for Matlab back in 2009 or so.
It would simply put Matlab code and parameters in a tuple, a worker would pick it up, compute, and put the results back. Used it to distribute the heavy function evaluation in a genetic optimization.
It was very easy and trouble free..
Edit: mixed up the implementations, I used TSpaces by IBM http://www.almaden.ibm.com/cs/TSpaces/Version3/ClientProgrGuide.html http://www.almaden.ibm.com/cs/TSpaces/Version3/ClientProgrGu...
- Immortalin 8y agoSounds like the current Function-as-a-service trend?
- DonHopkins 8y ago"Go Service Yourself" is the latest fad in Concurrent Micro-Managed Golang Function-As-A-Service Oriented Architecture Implementing Robust Distributed Parallel Y-Combinator Cloud Servers with Amazon Lambda, so other Amazon Lambda Functions can recursively call Themselves without knowing Their own names.