diff options
author | Loïc Hoguin <[email protected]> | 2019-12-04 11:17:34 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2020-01-06 12:58:14 +0100 |
commit | db0d6f8d254f2cc01bd458dc41969e0b96991cc3 (patch) | |
tree | 5d77236bc703223fcb36e45cbf3de72de1763d50 /doc/src/guide/listeners.asciidoc | |
parent | 592029070dea7c1f7b85d465e250ef6842e1a46b (diff) | |
download | cowboy-db0d6f8d254f2cc01bd458dc41969e0b96991cc3.tar.gz cowboy-db0d6f8d254f2cc01bd458dc41969e0b96991cc3.tar.bz2 cowboy-db0d6f8d254f2cc01bd458dc41969e0b96991cc3.zip |
Use active,N
This reduces the number of times we need to ask for more packets,
and as a result we get a fairly large boost in performance,
especially with HTTP/1.1.
Unfortunately this makes Cowboy require at least Erlang/OTP 21.3+
because the ssl application did not have active,N. For simplicity
the version required will be Erlang/OTP 22+.
In addition this change improves hibernate handling in
cowboy_websocket. Hibernate will now work for HTTP/2 transport
as well, and stray or unrelated messages will no longer cancel
hibernate (the process will handle the message and go back into
hibernation).
Thanks go to Stressgrid for benchmarking an early version of this
commit: https://stressgrid.com/blog/cowboy_performance_part_2/
Diffstat (limited to 'doc/src/guide/listeners.asciidoc')
0 files changed, 0 insertions, 0 deletions