Skip to content

ke0m/distrmq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

distrmq

Lightweight distributed computing with ZMQ sockets.

Provides user with the capability of distributing data over many nodes (first compressed and serialized and then transferred over TCP sockets), remotely executing a function on these data (remote procedural call) and then gathering the results back to a main node (uses a REP/REQ model from ZMQ).

Thanks to Marc Dupont as I mostly followed his blog in implementing this

About

Lightweight distributed computing with ZMQ sockets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages