Ah, then it's *probably* not long polling. See here: http://en.wikipedia.org/wiki/Push_technology#Long_polling
On 23 Jan 2013, at 17:03, Jono <[email protected]> wrote: > Oliver Lloyd <oliver_lloyd <at> hotmail.com> writes: >> >> I think that with long polling the connection is closed once a response is > received and a new request made >> straight after so you actually don't need to keep the original request > open - you want to end it. > > > > That is not true in this case. The client apps really do hold the connection > for long periods of time. It might work but it won't be a realistic test. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
