Hi All,

How do we give the JDBC oracle thin client, in the getconnect.

Bye
Srikanth

-----Original Message-----
From: Andres G. Portillo D. [mailto:[EMAIL PROTECTED]]
Sent: Sunday, August 27, 2000 3:02 PM
To: [EMAIL PROTECTED]
Subject: Long delays in JServ and Solaris???


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

___________________________________________________________________________
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

___________________________________________________________________________
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

Reply via email to