DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=31523>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=31523 Request parameters are not always passed to HttpServlet.service ------- Additional Comments From [EMAIL PROTECTED] 2004-10-04 16:43 ------- If your second thread is probably synced, then it's supposed to work. It's still not allowed in the servlet specification (it mandates one thread, which is harsh, but has the big advantage of avoiding trouble). Printing out stuff to the console is quite expensive, so I can definitely understand why it changes things if there's a thread safety issue (which is usually caused by much shorter problematic intervals). The example Peter attached should allow simulating thousands of POST requests, hopefully with multiple parallel requests. I didn't try it yet, because I am busy with other bugfixing for 5.5. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]