tomcucinotta / distwalk

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

add support for the HTTP protocol in request/response exchanges #10

Open tomcucinotta opened 2 years ago

tomcucinotta commented 2 years ago

Currently, the client and server communicate using a binary custom protocol over a TCP connection. In order to emulate what happens with typical web servers and SOA traffic, and exploit special features of, e.g., load-balancers with http special handling, it is useful to add as an option the ability to use the HTTP protocol