----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

Hi there,
I have developed a complex servlet that includes services such as webmail,
chat, forums, ...
We are having a problem... We note very slow responses on the servlet... some
times it has to do complex sql queries or things like accept a http file
upload, so it takes a few seconds to give the response.
I am wondering if, because of the SingleThreadModel, the rest of the queries
are hold till the actual response is sent to the client...
I have read the docs but don't give too much info on this... increasing
singleThreadModelServlet.initialCapacity and these other parameter would mean
that more requests are handled simultaneously?

Another symptom of my problem is that we get quite a lot java.io.IOException:
Broken pipe Exceptions.

Any advices on how to improve the response time or how to avoid a request to
lock subsequent calls to the servlet? (I have checked the server load and it is
quite low. It is a Linux fast pentium with enough memory and rearely passes 0.5
so the problem

--

Thanks and greetings from Madrid
Ignacio de Córdoba
SKIOS / TUPORTAL.COM




--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to