Big delay

Last post 07-31-2004, 11:23 AM by Adam. 2 replies.
Sort Posts: Previous Next
  •  07-31-2004, 6:01 AM 1397

    Big delay

    First of all, it's wonderful job! Almost perfect for 1.0 verion.

    However I have experienced big deley when I tried to send messages. It would be unprecedented product if this can be improved.
    Some questions:
    How many cocurrent users are supported in an chat application?
    Can I send a message only to a selected person in a public rom?
     
    Thanks!
    James
     
     
  •  07-31-2004, 9:21 AM 1399 in reply to 1397

    Re: Big delay

    leleba,

     
    I just asked the same question. This is an awesome product and if the delay can be changed / configurable that would sell me on the product. As far as the send to only one user, you can double click on a user in a room and that will open a private message to them.
     
     
  •  07-31-2004, 11:23 AM 1403 in reply to 1399

    Re: Big delay

    Hi leleba and sdfsadf,

     
    You can change the interval time by making changes to the chat.js.aspx:
     
     
    /****************************************************************\

    Global Variables

    \****************************************************************/

    var cc_interval_updatemessage=3000;  //Update Messages per 3 seconds

    You can change the value of cc_interval_updatemessage to meet your own requirements. If you want to update the messages as fast as possible, just set the cc_interval_updatemessage to 1.
     
    Th real interval time the chat users get is the cc_interval_updatemessage + network delay time.
     
    We are working on creating a new property to handle this issue. That will make the developer's life easier.
     
     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View as RSS news feed in XML