Networking feature for postgresql...

From: "Katsaros Kwn/nos" <ntinos(at)aueb(dot)gr>
To: PostgreSQL General <pgsql-general(at)postgresql(dot)org>, Postgres Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Networking feature for postgresql...
Date: 2004-10-14 07:54:12
Message-ID: 1097740452.5274.14.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

Hi,

I'm trying to add a -project specific- networking feature to my postgres
build (or database as function). What I want to do is to send a Query
instance (as a String-retrieved through an SPI function) to other
machines and (after they have executed it) to receive result tuples.
It's about a mediator-wrapper project. My first thought was to write 2
SPI functions (one for the server (concurrent) and the other for client)
but I'm not sure if this is going to work. I'm worried about setting up
the server process running on the background while other SPI calls are
made.

Can this be done? Should I consider something else first, before
writting any code?
Any suggestions would be appreciated!

Best regards,
Ntinos Katsaros

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2004-10-14 08:15:31 Re: Networking feature for postgresql...
Previous Message bartkoedith 2004-10-14 07:33:53 Re: beta3 winxp initdb problems

Browse pgsql-hackers by date

  From Date Subject
Next Message gevik 2004-10-14 07:58:19 Embedded postgresql
Previous Message gevik 2004-10-14 07:49:47 embedded postgresql