keepalives

keepalives

 英

  • 網絡保持連接;保活機制來實現

例句

Or if your server has HTTP keepalives disabled, doing another TCP three-way handshake adds another round trip, doubling this latency.

如果服務器禁用HTTP持續連接keepalives),那么需要進行一次TCP握手導致一次雙向連接造成延遲時間加倍后果

Apache lets you configure how persistent connections, called keepalives, are handled.

Apache使能夠配置如何處理持久連接稱為keepalives)。

Some Web sites fare better with keepalives disabled (KeepAlive 0), and some experience a tremendous benefit by having them on.

對于某些Web站點禁用keepalives合適(KeepAlive0);對于其他一些站點啟用帶來巨大收益

It's advisable, though, to use a low timeout such as 2 seconds with KeepAliveTimeout 2 if you enable keepalives.

啟用keepalives使用較小超時時間較為明智例如2,KeepAliveTimeout2。