Re: TODO list: Allow Java server-side programming

From: Derek Young-ADSL <bleach(at)coconut(dot)theshop(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: TODO list: Allow Java server-side programming
Date: 2001-02-05 23:12:47
Message-ID: Pine.BSF.4.10.10102051707180.7664-100000@coconut.theshop.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-02-06 00:39:24 Re: [HACKERS] Re: syslog logging setup broken?
Previous Message Oliver Elphick 2001-02-05 22:56:12 Re: [HACKERS] Re: syslog logging setup broken?