From: | Peter T Mount <peter(at)retep(dot)org(dot)uk> |
---|---|
To: | A James Lewis <james(at)fsck(dot)co(dot)uk> |
Cc: | Peter Mount <peter(at)retep(dot)org(dot)uk>, Mathijs Brands <mathijs(at)ilse(dot)nl>, Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-sql(at)postgresql(dot)org |
Subject: | Re: Calling Java from psql (was Re: requesting help) |
Date: | 2001-04-02 13:17:47 |
Message-ID: | 986217467.3ac87bfbd0250@webmail.retep.org.uk |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
Quoting A James Lewis <james(at)fsck(dot)co(dot)uk>:
>
> Before I go investigating this, is it possible to trigger an arbitrary
> program from the SQL, say a shell script?
In theory yes, but I'd suspect not a good idea.
Even more so with java, as the JVM's startup time is pretty big. Having it talk
to an already running JVM is the best option.
> Also, why am I getting "not subscribed messages", I am subscribed since
> I'm replying to a message that was sent to me!!
I'm getting that with the patches list as well.
Peter
> On Thu, 29 Mar 2001, Peter Mount wrote:
>
> > At 21:37 26/03/01 +0200, Mathijs Brands wrote:
> > >On Mon, Mar 26, 2001 at 07:00:43PM +0200, Peter Eisentraut allegedly
> wrote:
> > > > Mathijs Brands writes:
> > > >
> > > > > Has anybody ever tried calling Java code from a pgsql trigger
> written
> > > > > in C? Shouldn't this be possible using JNI?
> > > >
> > > > I have, and given the current Java implementations it's a
> desaster.
> > >
> > >That bad eh? Well, I must admit I couldn't get the PHP-Java coupling
> to
> > >work stable either :(
> >
> > Not having looked at the PHP-Java link, are they working as one
> process or
> > is it some IPC type link?
> >
> > PeterM
> >
> >
> > ---------------------------(end of
> broadcast)---------------------------
> > TIP 3: if posting/reading through Usenet, please send an appropriate
> > subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> > message can get through to the mailing list cleanly
> >
>
> A. James Lewis (james(at)fsck(dot)co(dot)uk)
> If your OS needs a virus detector... RUN!!!
> ...Out and get Linux!
>
>
--
Peter Mount peter(at)retep(dot)org(dot)uk
PostgreSQL JDBC Driver: http://www.retep.org.uk/postgres/
RetepPDF PDF library for Java: http://www.retep.org.uk/pdf/
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2001-04-02 15:07:09 | Re: Re: [SQL] Re: pg_dump potential bug -UNIQUE INDEX on PG_SHADOW Dont!! HELP |
Previous Message | Richard Huxton | 2001-04-02 12:14:00 | Re: passing parameters between forms |