-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Stephanie,
Stephanie Wullbieter wrote: | Could You please tell me what exact a "request" is? | | Does it mean that when I have e.g. MaxThreads=20, 100 users can use | my webapp if only 20 of them at the same time request data from the | webapp and the others drink coffee? Exactly. A request is when the client makes a connection to the web server and issues an HTTP request (like GET /index.html). While that request is being processes (typically a very short amount of time), one of the threads configured above is busy handling the request. After the request has been handled, the thread goes back to sleep to wait for another request to come on. | Is it the same when i have session based sso login? Sessions, SSO, etc. do not affect this behavior. - -chris -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkgYkMsACgkQ9CaO5/Lv0PB3YgCeIkDlB6pswhNQpWbP8XzDkGRn glwAn1woJafGRd7PHgqglBj5+xiz3Quv =yzZP -----END PGP SIGNATURE----- --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]