Hi, All:

I am woking on an existing Servelet code. That Servelet implements
SingleThreadModel interface. This cause a big performance problem, because
it appears that each new request must wait untill all previous requests
finish. Every single thread  seems to be queued up. If I remove that
implements, everything works fine.

I am using Apache/1.3.14 and Tomcat-3.2.1 as my local deploy environment. I
suspect if there's any setting parameters not set to allow thread pooling.
Does anyone has the experience on SingleThreadModel implementation? Please
give some hints.

Thanks in advance!

Dawei

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to