You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2021. It is now read-only.
The settings page is a little vague, but try setting TCP_FASTOPEN if that's an option (was only added in 4.0.32 so may not be mapped to Play internally). There's a TCP Tuning for HTTP guide that may be helpful: https://tools.ietf.org/html/draft-stenberg-httpbis-tcp-03
The text was updated successfully, but these errors were encountered:
Transport is currently set to "jdk":
https://github.com/tenorviol/play-c100k-test/blob/master/conf/application.conf#L58
You could get some extra performance by using the "native" transport on linux:
https://www.playframework.com/documentation/2.5.x/SettingsNetty#Configuring-transport-socket
The settings page is a little vague, but try setting TCP_FASTOPEN if that's an option (was only added in 4.0.32 so may not be mapped to Play internally). There's a TCP Tuning for HTTP guide that may be helpful: https://tools.ietf.org/html/draft-stenberg-httpbis-tcp-03
The text was updated successfully, but these errors were encountered: