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。