Re: OO / fe-be protocol - Mailing list pgsql-hackers

From Thomas Lockhart
Subject Re: OO / fe-be protocol
Date
Msg-id 393532AE.2EA9E82C@alumni.caltech.edu
Whole thread Raw
In response to OO / fe-be protocol  (Chris Bitmead <chrisb@nimrod.itg.telstra.com.au>)
List pgsql-hackers
> I've been doing a little reading on Corba. It seems like a tuple would
> have to be returned as something like a sequence of any. But I believe
> that any might not be as efficient as one would like. Have you had any
> thoughts about what the interface should look like?

Someone put some CORBA stuff into src/corba/, including two files from
OMG which define a query interface afaict. At one level we would
certainly want to implement that, and then perhaps also implement a
lower-level interface which is more specific to Postgres.

One problem/feature with CORBA is that long responses are usually
handled with an interator interface, which requires more handshaking
than our current "streaming" interface. otoh, it is more robust, in the
sense that clients and servers have some control over their local
resources such as memory.
                   - Thomas


pgsql-hackers by date:

Previous
From: Thomas Lockhart
Date:
Subject: Re: SET FSYNC command?
Next
From: Thomas Lockhart
Date:
Subject: Re: Back online