Re: Web server to Database Taking forever

From: Edwin Eyan Moragas <haaktu(at)gmail(dot)com>
To: Scott Dunn <sdunn(at)tsh(dot)net>
Cc: Josh Berkus <josh(at)agliodbs(dot)com>, pgsql-performance(at)postgresql(dot)org
Subject: Re: Web server to Database Taking forever
Date: 2004-09-30 19:17:10
Message-ID: 376dd195040930121731d29be3@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Thu, 30 Sep 2004 14:58:27 -0400, Scott Dunn <sdunn(at)tsh(dot)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!

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Scott Marlowe 2004-09-30 20:19:21 Re: Web server to Database Taking forever
Previous Message Scott Dunn 2004-09-30 18:58:27 Re: Web server to Database Taking forever