xmlhttprequest vs jquery load();

Posted by testkhan on Stack Overflow See other posts from Stack Overflow or by testkhan
Published on 2010-05-28T07:55:17Z Indexed on 2010/05/28 8:01 UTC
Read the original article Hit count: 127

Filed under:

i am trying to making php ajax based chat system....and i have developed it successfully...i am using jquery load() with setInterval to reload chat every 1 second and it works fine on my localhost....but when i uploaded it on my hosting server it also works fine ... but problem is that after few mintues of chat the server takes to much long gets heavy loaded so that my server goes and and site goes down...

my question is that, why it is happening so far...and what is the solution...should i use standard xmlhttprequest instead of load() or $.ajax() instead of load();

© Stack Overflow or respective owner

Related posts about jQuery