ASP.NET chat speed problem
Hello friends
I am having one problem
I have created one chat application that is based on AJAX and ASP.NET
It works fine as far as message posting is concerned.
My problem is speed.
When ever user presses enter in textbox, the message comes in to messageboard after 4-5 seconds.
Can i reduce it to almost zero so that whenever user presses enter, the message comes in to the board instantly?
I am having chat app refresh time of 5 seconds.
So my main aim is to just increase the speed of message delivery.
Thanks in advance
Hemal
|