Hi Andres!
Seems to be a simular problem i have, check my mail to the list from saturday
evening ("output streams/write"). I'm using Jrun on Windows NT.
Anybody having any ideas ? :)
"Andres G. Portillo D." wrote:
> Hi everybody:
>
> I have an estrange performance problem with the next setup: Apache +
>
> JServ + Solaris 2.6 + java 1.2.2.(native threads) I have several
> servlets that generates HTML pages of medium to large size (from 50 -
> 130K each) and the problem seems to be happening right when executing
> the next code:
>
> ... the page is generated and saved in temp ....
> response.setContentType("text/html");
> PrintWriter out = response.getWriter();
> out.println(temp);
> ... the request end ..............
>
> I put some printlns before and after this code, and I got interesting
> results, before entering that code the execution time of the request is
> between 200-400 millis, but right after it it jumps like 10 times more
> around 4-8 sec's, and in some case more than 10 sec's. Is there any
> suggestion why this might be happening??
>
> I would really appreciate any idea or advice. Thanks in advance.
>
> andres
>
> ___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
--
Jan Andresen :: New Media Engineer :: http://www.elkware.com
Phone: ++49 (0) 4103 - 12 45 40
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html