Depending on the database and the driver the time to connect to the db might last from some milliseconds to several seconds. How much this effects the performance of a single request depends on your architecture. (Is the connection opened for every request, for every session, for every servlet ?) > -----Urspr�ngliche Nachricht----- > Von: Jonathan Eric Miller [mailto:[EMAIL PROTECTED]] > Gesendet: Montag, 24. September 2001 17:55 > An: [EMAIL PROTECTED] > Betreff: Re: JDBC Connection Pool Theory ?? > > > What I want to know is how much of a difference connection > pooling really > makes? My application isn't taking a lot of hits, so, maybe > if it was, I > would notice the difference, but, right now, I see no need to > use connection > pooling. > > Jon >
