Inets http2 support
Dave Cottlehuber
dch@REDACTED
Fri Nov 22 21:03:38 CET 2019
On Thu, 21 Nov 2019, at 16:50, Loïc Hoguin wrote:
> Mind you I also change my mind on the complexity every other week...
> Ultimately it's just something that has to be done so it doesn't really
> matter how big the task is. Gotta get started first. From what I've seen
> of the progress June 2020 or so would be a good time to start as the
> protocol should be close to completion by then.
>
> On 21/11/2019 17:22, Lukas Larsson wrote:
> > One of the use-cases (besides the obvious HTTP/3 use-case) that we have
> > been thinking about would be to allow the Erlang distribution to run
> > over QUIC.
Had you considered something like nng instead of HTTP/3 for this?
- already available[1]
- much much simpler than HTTP/3/QUIC (I would hate to count the lines of code)
- the survey pattern[2] looks ideal for maintaining heartbeats
I've fiddled with enm[3] https://github.com/basho/enm which is wire compatible,
and it's very fast indeed.
[1]: https://github.com/nanomsg/nng
[2]: https://nanomsg.org/gettingstarted/nng/survey.html
[3]: https://github.com/basho/enm
More information about the erlang-questions
mailing list