unrepl

discussing specification of an edn-based repl and its implementations.
cgrand 2017-12-03T14:16:24.000009Z

I’m thinking of making the sideloader protocol a bit more complex (as optional as possible) to allow parties to estimate bandwith and lag — the goal being to send a whole jar when it makes sense

volrath 2017-12-03T14:31:46.000067Z

can you give an example?

cgrand 2017-12-03T16:03:45.000104Z

If the repl sends an ACK after receiving a class/resource then the client can measure the time between request and acknowledgment which is about 2*latency+size/bandwidth

cgrand 2017-12-03T16:04:09.000016Z

With two measurements you can estimate both parameters