-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Vicky,
On 7/17/13 1:39 AM, vicky b wrote: > Just out of curiosity can you please let me know if there are 10 > clients who access 10 different browsers and make request at the > same time what is the expected output If they really all make requests at once (that is, the server receives 100 simultaneous requests), then I would expect to see: Start thread (x 100) End thread (x 100) If the browser is only making 2 (or 4, or 6) connections simultaneously, then you will see an odd pattern of Start (x 20 - or 40 or 60) followed by the same number of "End" and then another batch. After the first "Start" everything is non-deterministic and you may see interleaved "End" and "Start" depending on how quickly the response gets back to each client, how fast the browser makes the next request, etc. - -chris -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.17 (Darwin) Comment: GPGTools - http://gpgtools.org Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBCAAGBQJR5rAwAAoJEBzwKT+lPKRYfpsQAIx8Ku8MavTfCIHo/WesKZ+K 0VoVZNzyJ2JA1zEyFzQolUirGRJAelWMv/4opcfkgRG5ynhGMJ+PsVyh1jP4ProF MLQ3mzSAZpJYCv1xaimhH5lZdY827tPmZjKQTlWEqNSR4zbeZlAMpz8aX8kZO5CJ uWwjaBFOhzNp0fmxCiiuwBqRB3+n/ToQKMU1Niyhg2VZq54fg276p3++zfnfX9+f 1y7WXHZz3vbqjIzcZRIQ09UhV9ug9hZW7f+ErmLB6IQ9FooczuXKBiEC6BcEyrXr ivWtMhuJHm0FY8gOkGiyZ6bHlvXGdUmmsC+GWnziBX83d8zQs53nMNpX4iMGjjCS U0Wuz6hY335kv6F7qdUMXa19UtnU+TZGIjY0v93ao0KcdGxQfaHOYLFz6auqyhNI dA4WkkPVRjeX3yJwN7+x1OYuM9iIt2KpAsIOcQF0jiA3SXkfdA+Ra4iS27Cump1L t61rL87GWcY12H4XsQsshR5A4K47MNoamfgxqV4txehaggVi/KBjEp5IPTE+NPWL cy0wFt32hHb4IoiJfvCTYMIB4+RJjYeJbZ/4kgtlHe8zImUXo6T+q6UOJQYQ/ssL yW3jv4zbBzCuJZx4sGAaUtAN5B73GvHq7xaPs81fU5W7QDIJHyZD9lpMCax3Ml0h 2oxJc7uB0loZnkI6rRIx =3zxH -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org