Re: Suggestions for Remote Procedure Calls from PG, please?

From: "Pavel Stehule" <pavel(dot)stehule(at)gmail(dot)com>
To: "Bret Schuhmacher" <bret(at)thelastmilellc(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Suggestions for Remote Procedure Calls from PG, please?
Date: 2007-10-18 04:59:01
Message-ID: 162867790710172159l62568523y8bd0ee4bd7e2aa43@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> What's the best way to invoke a process on another server from a PG
> trigger or procedure? I was thinking of using pl/java to invoke a web
> service on the other box... Can pl/tcl run Expect scripts? That'd be
> an option, too. Or I could use XMLBlaster to send a message to the
> other box to start the other process, but that's an asynchronous call
> and I can't be sure if the remote procedure ran properly.
>
> Does anyone else invoke a process on a remote server? How do you do it?
>

pl/perl samples:
http://www.pgsql.cz/index.php/PL/Perlu_-_Untrusted_Perl_%28en%29

In response to

Browse pgsql-general by date

  From Date Subject
Next Message roopal oswal 2007-10-18 05:45:14
Previous Message A. Kretschmer 2007-10-18 04:53:14 Re: Suggestions for Remote Procedure Calls from PG, please?