Re: [GENERAL] cutting out the middleperl

2007-03-29 Thread Merlin Moncure
On 3/27/07, Aidan Van Dyk <[EMAIL PROTECTED]> wrote: Kev wrote: > Hi everyone, > > I'm still in the design phase of a project. I was just wondering if > anyone has any thoughts or experience on the idea of cutting the P out > of the LAMP (or in my case, WAMP for now) stack. What I mean is > ha

Re: [GENERAL] cutting out the middleperl

2007-03-29 Thread Kev
On Mar 27, 10:34 am, [EMAIL PROTECTED] (Aidan Van Dyk) wrote: > > Sounds something like mod_libpq: >http://asmith.id.au/mod_libpq.html Thanks, I appreciate the link...also looks promising. Kev ---(end of broadcast)--- TIP 6: explain analyze is

Re: [GENERAL] cutting out the middleperl

2007-03-29 Thread Kev
> > Or SQL-on-rails > > http://www.sqlonrails.org/ > > LOL! > > merlin Heh heh..."insufficiently AJAX-y" ---(end of broadcast)--- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PR

Re: [GENERAL] cutting out the middleperl

2007-03-27 Thread Merlin Moncure
On 3/27/07, Steve Atkins <[EMAIL PROTECTED]> wrote: Or SQL-on-rails http://www.sqlonrails.org/ LOL! merlin ---(end of broadcast)--- TIP 5: don't forget to increase your free space map settings

Re: [GENERAL] cutting out the middleperl

2007-03-27 Thread Steve Atkins
On Mar 27, 2007, at 7:34 AM, Aidan Van Dyk wrote: Kev wrote: Hi everyone, I'm still in the design phase of a project. I was just wondering if anyone has any thoughts or experience on the idea of cutting the P out of the LAMP (or in my case, WAMP for now) stack. What I mean is having eve

Re: [GENERAL] cutting out the middleperl

2007-03-27 Thread Aidan Van Dyk
Kev wrote: > Hi everyone, > > I'm still in the design phase of a project. I was just wondering if > anyone has any thoughts or experience on the idea of cutting the P out > of the LAMP (or in my case, WAMP for now) stack. What I mean is > having > everything encapsulated into sql (or plpgsql or

Re: [GENERAL] cutting out the middleperl

2007-03-27 Thread Kevin Field
Hi Kenneth, This is wonderful news. I will definitely be checking into it as soon as I have a moment. Thanks! Kev > Kev, we have a GPL'd product targeting Postgres that has significant > overlap with what you want, though in other areas we went in another > direction. The site is www.andro

Re: [GENERAL] cutting out the middleperl

2007-03-27 Thread Kevin Field
> On 22 Mar 2007 14:58:15 -0700, Kev <[EMAIL PROTECTED]> wrote: > > Hi everyone, > > > > I'm still in the design phase of a project. I was just wondering if > > anyone has any thoughts or experience on the idea of cutting the P out > > of the LAMP (or in my case, WAMP for now) stack. What I mean

Re: [GENERAL] cutting out the middleperl

2007-03-27 Thread Kenneth Downs
Merlin Moncure wrote: On 3/27/07, Randal L. Schwartz wrote: > "Kenneth" == Kenneth Downs <[EMAIL PROTECTED]> writes: Kenneth> This in effect makes the web server a proxy to the database, which Kenneth> sounds like what you are after. The "P" portion for us is PHP, not Kenneth> Perl, and

Re: [GENERAL] cutting out the middleperl

2007-03-27 Thread Kenneth Downs
Randal L. Schwartz wrote: "Kenneth" == Kenneth Downs <[EMAIL PROTECTED]> writes: Kenneth> This in effect makes the web server a proxy to the database, which Kenneth> sounds like what you are after. The "P" portion for us is PHP, not Kenneth> Perl, and it is small though non-zero.

Re: [GENERAL] cutting out the middleperl

2007-03-27 Thread Merlin Moncure
On 3/27/07, Randal L. Schwartz wrote: > "Kenneth" == Kenneth Downs <[EMAIL PROTECTED]> writes: Kenneth> This in effect makes the web server a proxy to the database, which Kenneth> sounds like what you are after. The "P" portion for us is PHP, not Kenneth> Perl, and it is small though non-z

Re: [GENERAL] cutting out the middleperl

2007-03-27 Thread Randal L. Schwartz
> "Kenneth" == Kenneth Downs <[EMAIL PROTECTED]> writes: Kenneth> This in effect makes the web server a proxy to the database, which Kenneth> sounds like what you are after. The "P" portion for us is PHP, not Kenneth> Perl, and it is small though non-zero. It has only two jobs really. Kennet

Re: [GENERAL] cutting out the middleperl

2007-03-27 Thread Kenneth Downs
Kev, we have a GPL'd product targeting Postgres that has significant overlap with what you want, though in other areas we went in another direction. The site is www.andromeda-project.org, and I've put some comments below: Kev wrote: Hi everyone, I'm still in the design phase of a project.

Re: [GENERAL] cutting out the middleperl

2007-03-27 Thread Merlin Moncure
On 22 Mar 2007 14:58:15 -0700, Kev <[EMAIL PROTECTED]> wrote: Hi everyone, I'm still in the design phase of a project. I was just wondering if anyone has any thoughts or experience on the idea of cutting the P out of the LAMP (or in my case, WAMP for now) stack. What I mean is having everythin

[GENERAL] cutting out the middleperl

2007-03-26 Thread Kev
Hi everyone, I'm still in the design phase of a project. I was just wondering if anyone has any thoughts or experience on the idea of cutting the P out of the LAMP (or in my case, WAMP for now) stack. What I mean is having everything encapsulated into sql (or plpgsql or plperl where needed) func