init_cwnd anyone
|
05-09-2012, 12:49 AM
Post: #4
|
|||
|
|||
RE: init_cwnd anyone
Most CDN's and load balancers also already do some level of init-cwnd blasting (they usually call it TCP acceleration).
Is your JSON also served through the CDN? The TCP 3 second slow start default mostly kicks in only during socket connect. After that the TCP stack has an estimate for the RTT and will use that for the basis of it's algorithms (though the actual RTT doesn't really matter for slow start, it's more for retransmit times). How big are your json responses? Just checking to see if they are something that should fit within a 10-packet cwnd or not. Odds are it will be difficult to convince a CDN to change their settings (F5 you might be able to since it is running on your premises). |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
init_cwnd anyone - p83822 - 05-08-2012, 06:31 PM
RE: init_cwnd anyone - sajal - 05-08-2012, 10:54 PM
RE: init_cwnd anyone - p83822 - 05-08-2012, 11:10 PM
RE: init_cwnd anyone - pmeenan - 05-09-2012 12:49 AM
RE: init_cwnd anyone - p83822 - 05-09-2012, 05:10 PM
RE: init_cwnd anyone - pmeenan - 05-09-2012, 11:11 PM
RE: init_cwnd anyone - p83822 - 05-10-2012, 04:46 AM
|
User(s) browsing this thread: 1 Guest(s)