Re: Database connection pooling

2000-12-08 Thread Joseph B. Ottinger
On Fri, 8 Dec 2000, Todd Mayfield wrote: > Hello, > > I have a couple questions about Orion and EJB in general. > > 1. Shouldn't the server pool database connections ? It is not. Ah so! But it does. :) > 2. If so, is there something we are missing in the configuration to allow > this ? We hav

Re: Database connection pooling

2000-12-08 Thread Gary Shea
I don't know if I have much to offer here or not, there's a few comments below, let me know if they make a difference! Gary Today, Todd Mayfield ([EMAIL PROTECTED]) wrote: > Hello, > > I have a couple questions about Orion and EJB in general. > > 1. Shouldn't the server pool database c

RE: Database connection pooling

2000-12-08 Thread Juan Lorandi (Chile)
try this change: class="com.evermind.sql.ConnectionDataSource" Oracle's thin driver does the pooling for you, so this should suffice... HTH JP -Original Message- From: Todd Mayfield [mailto:[EMAIL PROTECTED]] Sent: Viernes, 08 de Diciembre de 2000 13:16 To: Orion-Interest Subject: Dat

RE: Database connection Pooling in Orion

2000-09-06 Thread Vimal Kansal
That answers only a part of question. Where do I specify the minimum number of connections in the pool. Typically the way a connection pool works is like this At the startup(i.e when the application server is started), a few number of connections are established(specified by some kind of paramete

RE: Database connection Pooling in Orion

2000-09-06 Thread Rick Bos
There is a max-connections attribute to the data-source in: http://www.orionserver.com/dtds/data-sources.dtd > -Original Message- > From: Vimal Kansal [SMTP:[EMAIL PROTECTED]] > Sent: September 6, 2000 12:50 PM > To: Orion-Interest > Subject: Database connection Pooling in Orion >