TCP Fast Open: expediting web services
TCP Fast Open: expediting web services
Posted Aug 2, 2012 12:16 UTC (Thu) by iq-0 (subscriber, #36655)In reply to: TCP Fast Open: expediting web services by epa
Parent article: TCP Fast Open: expediting web services
The problem is that often different applications run in a big webserver (especially true for massive virtual hosting setups) and that "partially enabling TFO" is not really an option.
The other way round would be for the application to signal that the request is not allowed using TFO, but that would require a retry using non-TFO which is not specced and introduces more latency than is gained using TFO.
The only real solution that is safe would be to invent (yet another) HTTP header that signifies which methods for which paths under the current vhost may be done using TFO initialized connections.
For systems that support TFO for all requests (because they have higher-level guards against duplicate requests) one could simply hint '* /' or something. Only the first connection to such a site must in that case always be made using non-TFO requests.
