c++ - Environment to simulate classic distributed computation model on single machine -


i'm searching tool simulate classic distributed computation model on single machine implement several algorithms in purpose of paper i'm working on. thus, performance isn't important, it's scientific applications.

i want have possibility specify number of processes , communication links between them. in other words, want define network graph structure.

the computation should asynchronous , message driven i.e. want send messages between connected processes , react these messages.

is there library or framework such computations? simpler better. language doesn't matter much, i'd prefer python or c++. i've given @ celery didn't find there possibility specify connection between processes.

very easy - python remote objects - pyro run on single machine or on multiple across network.


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -