CuteChat 5.0 NLB

Last post 10-16-2008, 12:16 AM by cutechat. 3 replies.
Sort Posts: Previous Next
  •  10-15-2008, 1:05 PM 44912

    CuteChat 5.0 NLB

    I'm trying to put NLB to work on cutechat 5.0
     
    I´ve put to work 2 sites on the same machine (chat1 and chat 2)
     
    Chat1 is the server, I log on there and open the Lobby without problems.
     
    Chat2 is configured as cliente, I log on there and open got the folowin error to open the Lobby:
     
            NLB : Chat Server use web garden , the server/client must use tcp mode !
     
    I´ve followed the help to configure the NLB
     
    Chat1 web.config:
    <add key="CuteChat.NLB" value="mode=server;password=test123;" />
     
    Chat2 web.config:
    <add key="CuteChat.NLB" value="mode=client;password=test123;url=http://chat1/CuteSoft_Client/CuteChat/NLBService.ashx" />
     
    Any ideias why I get this error? Version 5 has changed somenthing that is not documented?
  •  10-15-2008, 1:10 PM 44913 in reply to 44912

    Re: CuteChat 5.0 NLB

    dtessler,
     
    Please download the control again. This issue is fixed. Sorry for the inconvenience.
     

     

    *********************************************************************

    In the developer guide, we only show you how to set up http communication between chat clients and chat server. 

    Here is the information showing you how to set TCP communication. You will need this if your site has many concurrent chatters. 

    Server side:

    <add key="CuteChat.NLB" value="mode=server;password=test123;port=5555" />

    Client side:

    <add key="CuteChat.NLB" value="mode=client;password=test123;tcpserver=serverip:5555;url=http://serverip/appname/CuteSoft_Client/CuteChat/NLBService.ashx" />

    We will include this into the developer’s guide soon.

    *********************************************************************

     

     

     


    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

  •  10-15-2008, 2:52 PM 44919 in reply to 44913

    Re: CuteChat 5.0 NLB

    Well the first problem was solved, but I face a new one:
     

    Type 'CuteChat.LobbyInfo' in Assembly 'CuteChat, Version=5.0.0.0, Culture=neutral, PublicKeyToken=da0fc3a24b6f18ba' is not marked as serializable.

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
  •  10-16-2008, 12:16 AM 44925 in reply to 44919

    Re: CuteChat 5.0 NLB

    Hi,

    we have just updated the code.
    Please download the control and try again.
    I think now the NLB problem would be fixed at all.
     
    Regards,
    Terry
View as RSS news feed in XML