DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3884>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3884 SingleThreadModel servlets not pooled results in low performance ------- Additional Comments From [EMAIL PROTECTED] 2001-10-02 00:26 ------- I would appreciate if you could explain why it is not a good idea to use SingleThreadModel (or point me to a reference explaining it). Please separate arguments against the functionality (making sure a single instance of a servlet is only used for a single request at a time, which I need) and the implementation (using implementation of an interface to declare the single thread behaviour is needed, which I don't care that much about).