hi guys
i wanna ask about asp chat...i'm gonna include 1 in my website but some guys told me that asp chat application is too slow and will become not-real time when more people joined. they suggest me to use jsp or java. is it the truth?
please help..
The only way ASP chat can work is for the users browser window to be continually refreshing, which is grand for a coupla people, when you have lots of people then it becomes a big strain on the server, which isnt a wise thing to be happening.
Check
I didn't want to use a java chat routine (though they aren't difficult to set up), but wanted to use an asp chat, however as gary suggests you would need to refresh the page often.
My solution was to only upload new lines of chat from the client to the server. I then updated the client by storing all the chat data in an xml file and reloaded the xml file using javascript and xsl.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.