Re: PostgresDataSource Question

From: Ned Wolpert <wolpert(at)yahoo(dot)com>
To: "Kovcs_Pter" <peter(dot)kovacs(at)sysdata(dot)siemens(dot)hu>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: PostgresDataSource Question
Date: 2002-01-03 16:17:22
Message-ID: 20020103161722.33064.qmail@web13408.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Peter-

I'll reply more off the mailing list (to save other-peoples bandwidth
;-) after I review more of what you wrote. I think we have two different
goals, though they are not othogonal. Here's what I'm working on, and
will submit to the group to decide if they want it.

1) A pooling implementation that works 'out-of-the-box', using my
origial approach, but playing the pooling code in the
org.postgresql.pool package. You suggestion about that is good.

2) Work on a rowset implementation.

3) Start trying to get two-phase commits available. (Helping on the
backend where I can, and providing support in the jdbc driver)

Obviously, the order of complexity going from 1 to 2 to 3 is a factor
of 10 each step, but its what I'm working on. Sounds like you have some
positive ideas on how the XA package needs to be upgraded. I'm not going
to work on the xa code at this time, mostly because I'm not comfortable
enough with the needs/requirements of the package. Perhaps you have time
to work on the xa package needs?

=====
Virtually, | "Must you shout too?"
Ned Wolpert | -Dante
wolpert(at)yahoo(dot)com |
_________________/ "Who watches the watchmen?"
4e75 -Juvenal, 120 AD

-- Place your commercial here -- fnord

__________________________________________________
Do You Yahoo!?
Send your FREE holiday greetings online!
http://greetings.yahoo.com

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Barry Lind 2002-01-03 18:35:38 Re: Are there any limitations when using .jar build with 7.1.2 on a 7.1.3 database server?
Previous Message Kovács Péter 2002-01-03 15:22:26 Re: PostgresDataSource Question