With a node.js powered server on EC2, how can I decrease the TCP connection time?
Posted
by
talentedmrjones
on Server Fault
See other posts from Server Fault
or by talentedmrjones
Published on 2011-11-11T19:24:20Z
Indexed on
2011/11/26
17:56 UTC
Read the original article
Hit count: 184
While profiling my application I've noticed that in the Firebug Net panel, the "Connecting" time—that is the time waiting for a TCP connection—is consistently around 70–100ms. See image below:
Of course in the grand scheme of things, 100ms is not long, but I have seen other services that respond with 0ms Connect time. So if other servers can, I should be able to as well.
Any thoughts on how I might even beging to troubleshoot this?
© Server Fault or respective owner