Re: [HACKERS] More PostgreSQL+CORBA

Поиск
Список
Период
Сортировка
От Hannu Krosing
Тема Re: [HACKERS] More PostgreSQL+CORBA
Дата
Msg-id 364DC583.3052BC8B@trust.ee
обсуждение исходный текст
Ответ на Re: [HACKERS] More PostgreSQL+CORBA  (Bruce Momjian <maillist@candle.pha.pa.us>)
Ответы Re: [HACKERS] More PostgreSQL+CORBA
Список pgsql-hackers
Bruce Momjian wrote:
>
> > Yea, that would be neat.  But considering no one really totally supports
> > CORBA yet, and we already have tons of working interfaces, perhaps we
> > can consider it in the future, or were you thinking in the next 6-9
> > months?
> 
> I think I get it now.  Currently, all the non-C interfaces use libpq to
> go over the wire to the backend.

AFAIK, many of them (ODBC,tcl(the portable one),JDBC) speak native
wire-protocol.

> If we made the FE/BE protocol CORBA, we
> could modify libpq, and all the current interfaces would still work.
> Then if someone came up with a Smalltalk-to-CORBA interface, they could
> use it for PostgreSQL.  Also, if someone came up with a better
> Perl-to-CORBA interface, we could throw ours away, and just use that
> one.
> 
> Would nice.  Hope there is no performance penalty.

I don't know about it, it probably depends on which ORB we will use.

------------------
Hannu


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Constantin Teodorescu
Дата:
Сообщение: A question of object inheritance behaviour
Следующее
От: Hannu Krosing
Дата:
Сообщение: Re: [HACKERS] More PostgreSQL+CORBA