Re: Web server to Database Taking forever - Mailing list pgsql-performance

From Edwin Eyan Moragas
Subject Re: Web server to Database Taking forever
Date
Msg-id 376dd195040930121731d29be3@mail.gmail.com
Whole thread Raw
In response to Re: Web server to Database Taking forever  ("Scott Dunn" <sdunn@tsh.net>)
List pgsql-performance
On Thu, 30 Sep 2004 14:58:27 -0400, Scott Dunn <sdunn@tsh.net> wrote:
> It is all working now.  The thing is I didn't change anything.  So do you
> still think its Tomcat or the jdbc driver?
>

a suspect might be the nature of JSP. on the first hit,
JSP is converted to a Servlet, the compiled and loaded
by Tomcat. consequent hits would be fast. first one is always
slow.

how did you connect to the database?
--
stp,
eyan

inhale... inhale... hold... expectorate!

pgsql-performance by date:

Previous
From: "Scott Dunn"
Date:
Subject: Re: Web server to Database Taking forever
Next
From: "Scott Marlowe"
Date:
Subject: Re: Web server to Database Taking forever