Dreckr / Worker

Utility for easy concurrency with isolates
MIT License
35 stars 10 forks source link

Distributed shared Context object #3

Open Dreckr opened 10 years ago

Dreckr commented 10 years ago

Create a Context object that works as a distributed key-value store. This can help the implementation of Distribute Shared Memory concurrency algorithms.

Investigate alternatives, like use Memcached and serialized objects.