Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Re: can't keep'em alive ?' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Re: can't keep'em alive ?
Authored by: marook on Jan 24, '03 06:17:31PM
Well, Keep Alive is not ment to Keep a Connection Alive without data needed to be transfered!

Keep Alive will Keep the Connection Alive (not closed) as long as the Page you are loading still has items that need to be loaded - with a maximum length = maxlength. After maxlength timesout, a new connection is made!

All god network applications close the connection when they are done with the transfer! Imagine what would happen if your browser kept a connection to every site you had visited since last boot!

Keep ALive is ment to keep the overhead of opening/closing connections for every gif/jpg/swf down, by requesting the items over the same connection.
Hope it makes sence...

[ Reply to This | # ]
Re: can't keep'em alive ?
Authored by: hagbard on Jan 25, '03 01:30:05AM

please read my comment carefully, I talk about timeout and connexions not being kept up before the timeout.... of course we don't want zombie connexions, but when you keep on surfing on the same site, having alive connexions speeds things up...



[ Reply to This | # ]