----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

Code is available upon request.  I just didn't feel it necessary to write my
own version when the core functionality was there and just needed a little
tweaking. :)

* Troy

Troy Harrison
Systems Consultant
CNA Life Department-Information Technology
Software Application Services
[EMAIL PROTECTED]
(615) 871-1550
1-800-PAGE-MCI, Pin Number 1407266


 -----Original Message-----
From:   Brevsville Administrator [mailto:[EMAIL PROTECTED]] 
Sent:   Thursday, July 06, 2000 7:48 PM
To:     Java Apache Users
Subject:        RE: How to do Database session pooling ?

----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

But I agree with Jon, no source code makes it a lot less attractive. But I
also disagree with Jon. I looked at Turbine...cripes! like using a
sledgehammer to crack an egg.  (ok flame me) 

Jason Hunters' book has a nice little connection pooling class and it
works nicely for me and I have the source. 

Chris

On Thu, 6 Jul 2000 11:06:45 -0400, Jae Roh wrote:

>----------------------------------------------------------------
>BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
>WHEN YOU POST, include all relevant version numbers, log files,
>and configuration files.  Don't make us guess your problem!!!
>----------------------------------------------------------------
>
>We've also used DbConnectionBroker in the past.  
>We've seen some problems with thread safety with that package, though, so
we
>ended up writing our own connection pooling...
>
>- jae
>
>-----------------------------------------------
>> 
>> Try www.javaexchange.com 
>> 
>> DbConnectionBroker is what we use, excellent tool.
>> 
>> 
>> * Troy
>> 
>> Troy Harrison
>> Systems Consultant
>> CNA Life Department-Information Technology
>> Software Application Services
>> [EMAIL PROTECTED]
>> (615) 871-1550
>> 1-800-PAGE-MCI, Pin Number 1407266
>> 
>> 
>>  -----Original Message-----
>> From:        Girish Belsare [mailto:[EMAIL PROTECTED]] 
>> Sent:        Wednesday, July 05, 2000 4:49 PM
>> To:  [EMAIL PROTECTED]
>> Subject:     How to do Database session pooling ?
>> 
>> ----------------------------------------------------------------
>> BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
>> WHEN YOU POST, include all relevant version numbers, log files,
>> and configuration files.  Don't make us guess your problem!!!
>> ----------------------------------------------------------------
>> 
>> Hi,
>>   System setup
>>            Apache Jserv 1.1.2
>>            sun Solaris 2.6, 
>>            Oracle Database 8.1.6
>>            Development - Servlets.
>> 
>>     My application is a database intensive one
>> (internet). At present each servlet makes a database
>> connection , get the data and closes it once certain
>> action is performed. So I really don't have any
>> control on number of session created ( it is based on
>> simultaneous hits on the site) and certainly this
>> approach slows down the servlet loading. Any
>> workaround ?
>>  The download of Jserv talks option of pooling , but
>> couldn't get any further details on that one .
>> 
>> Thanks in advance, for any direction.
>> 
>> Girish
>> 
>> __________________________________________________
>> Do You Yahoo!?
>> Send instant messages & get email alerts with Yahoo! Messenger.
>> http://im.yahoo.com/
>> 
>> 
>> --
>> --------------------------------------------------------------
>> Please read the FAQ! <http://java.apache.org/faq/>
>> To subscribe:        [EMAIL PROTECTED]
>> To unsubscribe:      [EMAIL PROTECTED]
>> Search Archives: 
>> <http://www.mail-archive.com/java-apache-users%40list.working-
>> dogs.com/>
>> Problems?:           [EMAIL PROTECTED]
>> 
>> 
>> 
>> 
>> --
>> --------------------------------------------------------------
>> Please read the FAQ! <http://java.apache.org/faq/>
>> To subscribe:        [EMAIL PROTECTED]
>> To unsubscribe:      [EMAIL PROTECTED]
>> Search Archives: 
>> <http://www.mail-archive.com/java-apache-users%40list.working-
>> dogs.com/>
>> Problems?:           [EMAIL PROTECTED]
>> 
>
>
>--
>--------------------------------------------------------------
>Please read the FAQ! <http://java.apache.org/faq/>
>To subscribe:        [EMAIL PROTECTED]
>To unsubscribe:      [EMAIL PROTECTED]
>Search Archives: 
><http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
>Problems?:           [EMAIL PROTECTED]
>




--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]




--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to