Re: [PERFORM] Web server to Database Taking forever

2004-09-30 Thread Scott Marlowe
On Thu, 2004-09-30 at 12:58, Scott Dunn 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? Are getting an unnaturally large number of processes or threads or pooled connections or what-not somewhere maybe? Have you trie

Re: [PERFORM] Web server to Database Taking forever

2004-09-30 Thread Edwin Eyan Moragas
On Thu, 30 Sep 2004 14:58:27 -0400, Scott Dunn <[EMAIL PROTECTED]> 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

Re: [PERFORM] Web server to Database Taking forever

2004-09-30 Thread Scott Dunn
EMAIL PROTECTED] Subject: Re: [PERFORM] Web server to Database Taking forever Scott, > Sometimes when you click on a link on my site to access my postgres > database it takes forever for it to connect. You can click this link > and see how long it takes. > <http://www.3idiots.com:8080

Re: [PERFORM] Web server to Database Taking forever

2004-09-30 Thread Josh Berkus
Scott, > Sometimes when you click on a link on my site to access my postgres > database it takes forever for it to connect. You can click this link and > see how long it takes. > > http://www.3idiots.com:8080/example.../wantedlist.j

[PERFORM] Web server to Database Taking forever

2004-09-30 Thread Scott Dunn
Sometimes when you click on a link on my site to access my postgres database it takes forever for it to connect. You can click this link and see how long it takes.http://www.3idiots.com:8080/example.../wantedlist.jspIt doesn't do it all the time. Sometimes its really fast. I can't figure ou