Re: MySQL Gets Functions in Java - Enlightenment Please

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема Re: MySQL Gets Functions in Java - Enlightenment Please
Дата
Msg-id 1071943497.1634.30.camel@localhost.localdomain
обсуждение исходный текст
Ответ на Re: MySQL Gets Functions in Java - Enlightenment Please  (Paul Thomas <paul@tmsl.demon.co.uk>)
Ответы Re: MySQL Gets Functions in Java - Enlightenment Please
Re: MySQL Gets Functions in Java - Enlightenment Please
Список pgsql-general
I'm actually starting to write one of these for postgres, and apparently
there is another one in the works, from Thomas Hallgren.

There is at least one significant architectural issue here to deal with

Is it more desirable to have a single java vm and communicate via RPC,
or some other mechanism? ie sockets, or ? The alternative is to
instantiate a java vm for every connection, this could be onerous as
there would be considerable overhead for each java vm.

This will all go away as soon as java version 1.5 comes out but in the
meantime, what does everyone think

Comments are welcome.

Dave

On Sat, 2003-12-20 at 09:00, Paul Thomas wrote:
> On 20/12/2003 13:05 Shridhar Daithankar wrote:
> > On Saturday 20 December 2003 16:44, John Sidney-Woollett wrote:
> > > It means that you can create stored procedures/functions which reside
> > in
> > > the database that are written in java (as opposed to the native SQL
> > > programming language).
> >
> > Does it mean mysql got stored procedures? Wow..
>
> I read it to mean user-defined functions only. Maybe I missed something?


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

Предыдущее
От: Paul Ganainm
Дата:
Сообщение: Re: BLOBS : how to remove them totally
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: MySQL Gets Functions in Java - Enlightenment Please