Re: TODO list: Allow Java server-side programming - Mailing list pgsql-hackers

From Derek Young-ADSL
Subject Re: TODO list: Allow Java server-side programming
Date
Msg-id Pine.BSF.4.10.10102051707180.7664-100000@coconut.theshop.net
Whole thread Raw
List pgsql-hackers
PHP can run java code. It would be easiest, because php doesn't parse php
pages, the Zend engine is linked to php to actually parse. Which would
make Zend easy to add into Postgresql, (which already runs under apache,
which is non-threaded).

The only issue is the Zend license..

Of course, this may sound crazy and expensive, but you could throw some
apache code in there, and allow any language that works under apache work
under postgresql. Call me crazy, but that would allow people to run any
parsed language inside of postgresql.





pgsql-hackers by date:

Previous
From: "Maurizio"
Date:
Subject: Re: 7.1 beta 3 CHANGES FOR QNX
Next
From: Devik
Date:
Subject: optimizer/planner ideas