>maxThreads="150" your server can handle a maximum of 150 concurrent clients
>minSpareThreads="25" if your server is idle, it will at least have 25 threads waiting to handle requests >maxSpareThreads="75" if your server is idle, it will have no more than 75 threads waiting to handle requests you get the direction this is going in, right? Filip ----- Original Message ----- From: "Dola Woolfe" <[EMAIL PROTECTED]> To: "Tom Cat" <[email protected]> Sent: Monday, January 24, 2005 2:51 PM Subject: Meaning of threads Hi, Where can I read about the meaning of the following options: maxThreads="150" minSpareThreads="25" maxSpareThreads="75" My server tends to lock out a user who bombards it with requests so I'm wondering whether those options have anything to do with it before I post the problem here. Aaron Fude __________________________________ Do you Yahoo!? All your favorites on one personal page - Try My Yahoo! http://my.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
