Re: Implementing a new Scripting Language

Поиск
Список
Период
Сортировка
От Vladimir Sitnikov
Тема Re: Implementing a new Scripting Language
Дата
Msg-id CAB=Je-H5ZvUZYWPHLgLTAfZkKTOOeifvXViu8HPAvdFPXcavrQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Implementing a new Scripting Language  ("Igal @ Lucee.org" <igal@lucee.org>)
Ответы Re: Implementing a new Scripting Language  ("Igal @ Lucee.org" <igal@lucee.org>)
Список pgsql-hackers
> If the pl/v8 was easily ported to Windows then I probably wouldn't even try to add Lucee,

That is a good question. ChakraCore has been open sourced recently. It
might be easier to build under Windows.

>That seems like a good place to start, thanks
I am not sure you would be able to bind high performance java runtime
with the backend. There are no that many JREs, and not much of them
are good at "in-backend" operation.

Thus your question boils down to 2 possibilities:
1) You execute Lucee in some JRE that runs in the backend (frankly
speaking, I doubt it is a good way to go)
2) You implement Lucee parser/executor/compiler in C and use it as
typical PostgreSQL extension

Vladimir



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

Предыдущее
От: José Arthur Benetasso Villanova
Дата:
Сообщение: Re: Log operating system user connecting via unix socket
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: plpgsql - DECLARE - cannot to use %TYPE or %ROWTYPE for composite types