Search

You searched for the word(s):
< 1 second(s)
  • Re: Server To Busy after some time

    Hi Terry The web garden count is set to 1, I can't use my system at this moment with many web gardens. I'm not sure if I can set the chat into a standalone process, because I need the session from the other process to log the user into the chat but I will try it. I implemented the DataProviders to log in the users. It's a simple ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by ingig on May 20, 2005
  • Re: Server To Busy after some time

    Hi Terry It's just my custom made system, running on win 2k3 and IIS 6. The traffic was about 80-100 hits per second on the website before I setup the chat but I didn't check what the traffic was when the chat was public. Normal RAM usage is 1.3gb but the system has 3gb. The processor runs most of the time in &lt; 30% and peaks sometimes to ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by ingig on May 19, 2005
  • Re: Server To Busy after some time

    latest version, v2.0
    Posted to Cute Chat and Cute Web Messenger (Forum) by ingig on May 19, 2005
  • Server To Busy after some time

    Hi I just put up the chat on my website and after a while, with about 10-15 people in the lobby suddenly the server stops responding and in the end it gives server to busy. Could it be that I need to configure the web.config(or machine.config) to handle more threads or could it be that IIS as a defense mechanism, thinking it's some sort ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by ingig on May 19, 2005
  • Re: Top Border removal

    I figured out how to make it go away. In layout.js file in the Skins/[skin name] folder add this line into line 22 &#160;&#160;&#160;&#160; trtop.style.display='none'; Since I'm using version 2 I'm not sure if it's the same and offcourse this shouldn't be the way to do it, but until this is configurable this is the way. Ingi
    Posted to Cute Chat and Cute Web Messenger (Forum) by ingig on May 12, 2005
  • Re: Right clicking on user name in chat...

    I had the same problem, but then I saw that I had disabled private chat globally, so maybe you should check that. A bug when using IE still allowed me to create a private chat, if I double click the user a private chat window popped up and the invite message was sent to the user. Also after I enabled the private chat globally it worked ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by ingig on May 12, 2005
  • Re: Top Border removal

    I have the same problem, but with version 2 :) Ingi
    Posted to Cute Chat and Cute Web Messenger (Forum) by ingig on May 11, 2005
  • Re: RenderControl throws an error

    Hi Adam Thanks for your reply The thing is I don't want to use &lt;CE:Editor id=''Editor1'' runat=''server'' &gt;&lt;/CE:Editor&gt; in my code. When&#160; &lt;CE:Editor..... /&gt; is used I need to use &lt;script runat=''server''&gt; and the Page_Load(object sender, System.EventArgs e) method or code-behind. This is something that I don't ...
    Posted to Cute Editor for .NET (Forum) by ingig on January 10, 2005
  • Re: RenderControl throws an error

    This is the hole page, I'm not using code-behind(there is a reason why I can't use code-behind) &lt;%@ Page Language=''C#'' %&gt; &lt;%@ Import namespace=''System.Data'' %&gt; &lt;%@ Import namespace=''System.IO'' %&gt; &lt;%@ Import namespace=''CuteEditor'' %&gt; &lt;% &#160;&#160;&#160; Editor e = new ...
    Posted to Cute Editor for .NET (Forum) by ingig on January 10, 2005
  • RenderControl throws an error

    Hi I just downloaded the CuteEditor and I'm testing it and it looks very promising. I'm trying to render the control on my website instead of using the regular tag. The code I have is this. Editor e = new Editor(); e.Text = ''abc''; StringBuilder sb&#160;&#160;&#160; = new StringBuilder(); StringWriter sw&#160;&#160;&#160; ...
    Posted to Cute Editor for .NET (Forum) by ingig on January 7, 2005