Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Relevant Blueriq properties

Reference Guide: Properties [editor]

blueriq.web-resources.cache-key-seed

blueriq.web-resources.cache-period-seconds

HTTP 1.1 versus HTTP 2.0

HTTP 1.1. can only perform one request per connection, resulting in additional latency, HTTP 2.0 mitigates this by introducing multiplexing, which allows for multiple requests and responses to be handled by a single TCP connection at the same time.

...

Tomcat 8.5 upgrade to HTTP 2.0: http://tomcat.apache.org/tomcat-8.5-doc/config/http.html#HTTP/1.1_and_HTTP/1.0_Support

Tomcat 8.5 Connector configuration: http://tomcat.apache.org/tomcat-8.5-doc/config/http.html

JBoss EAP 7.0: https://access.redhat.com/documentation/en-US/Red_Hat_JBoss_Enterprise_Application_Platform/7.0/pdf/Configuration_Guide/Red_Hat_JBoss_Enterprise_Application_Platform-7.0-Configuration_Guide-en-US.pdf

...