Re: DBPooling with Servlets

2002-10-04 Thread Kevin Jones
> I was reading an article from jguru, > http://www.jguru.com/faq/view.jsp?EID=161, which had a ref to a posting > from May of 2000 that mentioned that one way to save time on database > connections was to have a connection instance variable that was used each > time to access the database. Is th

DBPooling with Servlets

2002-10-04 Thread Fawaz Ahmad
Hello, I was reading an article from jguru, http://www.jguru.com/faq/view.jsp?EID=161, which had a ref to a posting from May of 2000 that mentioned that one way to save time on database connections was to have a connection instance variable that was used each time to access the database. Is this