Re: AJAX request hangs for 5 minutes
- From: Thomas 'PointedEars' Lahn <PointedEars@xxxxxx>
- Date: Tue, 16 Sep 2008 17:43:58 +0200
Michael Wojcik wrote:
Thomas 'PointedEars' Lahn wrote:
mouac01@xxxxxxxxx wrote:
"The Yahoo! Mail team found that when using XMLHttpRequest, POST isIt would appear that my former statement applies. The Yahoo! Mail team
implemented in the browsers as a two-step process: sending the headers
first, then sending data. So it's best to use GET, which only takes
one TCP packet to send (unless you have a lot of cookies)."
obviously does not know how either HTTP or TCP works:
[...]
The TCP *three-way* handshake is one of the first things you learn when
studying computer science.
Nonsense. The three-way handshake, and TCP in general, have nothing to
do with computer science; and it's unlikely that most people studying
computing learn the details of TCP as "one of the first things".
IBTD, BTDT. YMMV.
And the three-way handshake is irrelevant here. [...]
It is relevant to the quotation I was referring to, for at least three TCP
packets (SYN, ACK, and one containing the actual information) have to be
sent by the client in order to transmit information from the client to the
server via TCP.
PointedEars
--
Prototype.js was written by people who don't know javascript for people
who don't know javascript. People who don't know javascript are not
the best source of advice on designing systems that use javascript.
-- Richard Cornford, cljs, <f806at$ail$1$8300dec7@xxxxxxxxxxxxxxxx>
.
- Follow-Ups:
- Re: AJAX request hangs for 5 minutes
- From: Michael Wojcik
- Re: AJAX request hangs for 5 minutes
- References:
- AJAX request hangs for 5 minutes
- From: mouac01@xxxxxxxxx
- Re: AJAX request hangs for 5 minutes
- From: Thomas 'PointedEars' Lahn
- Re: AJAX request hangs for 5 minutes
- From: mouac01@xxxxxxxxx
- Re: AJAX request hangs for 5 minutes
- From: Thomas 'PointedEars' Lahn
- Re: AJAX request hangs for 5 minutes
- From: Michael Wojcik
- AJAX request hangs for 5 minutes
- Prev by Date: Re: <select onchange="this.form.submit()"> and Submit button on one form
- Next by Date: Re: Script to auto fill fields based on other fields
- Previous by thread: Re: AJAX request hangs for 5 minutes
- Next by thread: Re: AJAX request hangs for 5 minutes
- Index(es):
Loading