tomcucinotta / distwalk

Distributed processing emulation tool
GNU General Public License v3.0
1 stars 4 forks source link

Handling arbitrary command chains #18

Closed tomcucinotta closed 11 months ago

tomcucinotta commented 11 months ago

Make dw_client able to build an arbitrary chain of commands in its messages sent to the node server, which can handle them locally one after the other, and/or forward them to other node servers.

deRemo commented 11 months ago

Partial implementation here: d20a37e 36a48a7

deRemo commented 11 months ago

continued: bdb0d27

deRemo commented 11 months ago

Seems to be working fine as of d82e13c, closing