XMLHttpRequest datacollision?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • dafke

    XMLHttpRequest datacollision?

    Hi, I'm working on a live chat with a XMLHttpRequeste ngine.
    The script is working fine except for one thing. Although I use the
    asynchronous mode, the script seems to have a little refractionairy
    period.
    I have three XMLhttpRequest objects loaded, one for checking for new
    text and one to check for new users. And the last one is made when the
    user wants to send a message.
    Most of the hime everything works fine, however sometimes the user who
    sends text doesn't receive this text back. The other users do see the
    text. Has anyone some experience with it?


    The chat is running on http://www.fiaminga.com/login.­html. ( still
    not
    fully operational and no lay-out applied). Just see the sourcecode as
    usual.


    Thanx,

Working...