It depends what the authoritative order is, and whether you do sequential
http requests from the client.

If you fire a request from the client only after the preceding completed
callback, you then have knowledge of the order.

Otherwise, if you do not use sequential requests, then you must relay on
server side to set the order sequence in the content or header, and ensure
from client side you process or display them in that order.

-Janjaap


2013/12/3 Clavier <bachcalv...@gmail.com>

> Hi,
>
> I made a text terminal window like a shell command window. It displays any
> messages received from a server. The message passing was implemented using
> HTTPRequest module.  But I found that the order of messages was broken when
> the amount of messages per second is high. Is it an inevitable property of
> HTTP? or is there a way to maintain the order of messages?
>
> Thanks
>
> --
>
> ---
> You received this message because you are subscribed to the Google Groups
> "Pyjs.org Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to pyjs-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Pyjs.org Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pyjs-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to