Actually, the checkInterval is in number of requests. So every 100 requests, it checks to see if it has been utilizing all of the threads or not utilizing very many.
If you have a steady load, you want the check interval to be higher; for a less consistent load, the interval should be lower so that the system can adjust more effectively. However, I just took a look at the code, aand it turns out that the checkInterval actually is fixed right now at 100. I need to add the code to make it use the configuration file number. Jay > -----Original Message----- > From: Russell Blank [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 11, 2002 12:48 PM > To: 'Love, Jay' > Cc: Webware-Devel (E-mail) > Subject: RE: [Webware-devel] AppServer.Config > > > I suppose the CheckInterval is in seconds. By increasing or > decreasing the > value how would you affect performance? > > -----Original Message----- > From: Love, Jay [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 11, 2002 9:37 AM > To: '[EMAIL PROTECTED]'; Webware-Devel (E-mail) > Subject: RE: [Webware-devel] AppServer.Config > > > The number of threads that the server uses to process > requests can now vary > depending on the load the server is under. Previously, the number of > threads was fixed at 10. The check interval defines how > often the thread > utilization is checked and 100 is a fairly low number. I > think the rest of > the parameters are self explanatory. > > Jay > > > -----Original Message----- > > From: Russell Blank [mailto:[EMAIL PROTECTED]] > > Sent: Friday, January 11, 2002 12:38 PM > > To: Webware-Devel (E-mail) > > Subject: [Webware-devel] AppServer.Config > > > > > > There have been several new config parameters added. Can > > anyone explain > > these parameters? > > > > 'StartServerThreads': 10, > > 'MaxServerThreads': 20, > > 'MinServerThreads': 5, > > 'CheckInterval': 100, > > > > Thanks. > > > > > > Russell A. Blank > > Senior Consultant > > Atlas Development Corporation > > 6351 Owensmouth Avenue, #101 > > Woodland Hills, CA 91367 > > (818) 340-7080 Phone > > (818) 340-7079 Fax > > > > > > > > > -------------------------------------------------------------- > -------------- > > This e-mail and any attachments may be confidential or > legally privileged. > If you received this message in error or are not the intended > recipient, you > should destroy the e-mail message and any attachments or > copies, and you are > prohibited from retaining, distributing, disclosing or using > any information > contained herein. Please inform us of the erroneous delivery > by return > e-mail. > > Thank you for your cooperation. > > -------------------------------------------------------------- > -------------- > > ---------------------------------------------------------------------------- This e-mail and any attachments may be confidential or legally privileged. If you received this message in error or are not the intended recipient, you should destroy the e-mail message and any attachments or copies, and you are prohibited from retaining, distributing, disclosing or using any information contained herein. Please inform us of the erroneous delivery by return e-mail. Thank you for your cooperation. ---------------------------------------------------------------------------- _______________________________________________ Webware-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-devel
