Re: Connection Pooling

From: Ned Wolpert <ned(dot)wolpert(at)knowledgenet(dot)com>
To: Mihai Gheorghiu <tanethq(at)earthlink(dot)net>
Cc: PostgreSQL-JDBC <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Connection Pooling
Date: 2002-02-15 19:41:13
Message-ID: 1013802074.31768.66.camel@osti.knowledgenet.corp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

2.1b1 has failures in multi-threaded enviroments when its updating its
internal list of connections. (Its an error when the list object is
updated while its in use)

I know some folks reporting this problem to PoolMan's author, but they
never got a response.

On Fri, 2002-02-15 at 11:44, Mihai Gheorghiu wrote:
> Can you please tell me what is the problem with 2.1-b1?
>
> -----Original Message-----
> From: Ned Wolpert <ned(dot)wolpert(at)knowledgenet(dot)com>
> To: Sean Alphonse <salphonse(at)shaw(dot)ca>
> Cc: pgsql-jdbc <pgsql-jdbc(at)postgresql(dot)org>
> Date: Wednesday, February 13, 2002 4:22 PM
> Subject: Re: [JDBC] Connection Pooling
>
>
> Check out PoolMan from www.codestudio.com. (Use version 2.0.4 rather
> than the beta of 2.1.) It works fine with the JDBC driver.
>
> On Tue, 2002-02-12 at 21:59, Sean Alphonse wrote:
> > Hello.
> >
> > Does the JDBC driver support connection pooling?
> > If so, where is the documentation for this, including examples.
> > Thank-you for your time.
> >
> > Sean Alphonse.
> >
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 6: Have you searched our list archives?
> >
> > http://archives.postgresql.org
> --
>
> Virtually,
> Ned Wolpert <ned(dot)wolpert(at)knowledgenet(dot)com>
>
> D08C2F45: 28E7 56CB 58AC C622 5A51 3C42 8B2B 2739 D08C 2F45
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
--

Virtually,
Ned Wolpert <ned(dot)wolpert(at)knowledgenet(dot)com>

D08C2F45: 28E7 56CB 58AC C622 5A51 3C42 8B2B 2739 D08C 2F45

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Aleksander Rozman - Andy 2002-02-16 20:18:18 Problem with Date and UpdatableResultSet.java??
Previous Message Mihai Gheorghiu 2002-02-15 18:54:00 Re: newbB: Howto tell if jdbc is compiled-in?