tomcucinotta / distwalk

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

improve packet format with variable-size command payloads #6

Closed tomcucinotta closed 6 months ago

tomcucinotta commented 3 years ago

Currently, a request leaves the client with a single request-size, then an array of embedded equal-sized commands. This is about adding a proper request format supporting variable-sized commands, each with possibly variable-sized workload.

tomcucinotta commented 6 months ago

Done, closing.