Re: [GENERAL] Deep integration of PostgreSQL with Apache

2005-05-03 Thread Greg Sabino Mullane
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > I think the closest you are going to get is Apache::DBI however sense > PostgreSQL is processed based you are going to get a new connection > for every connection to Apache. > > On any reasonably busy site that can spell doom. Actually, this is a

Re: [GENERAL] Deep integration of PostgreSQL with Apache

2005-05-03 Thread Thomas Hallgren
Robin Boerdijk wrote: Why would this web/database server be limited to using only one connection? No it wouldn't. I misunderstood your question. It's one process/one connection. If you don't use Apache as a multi-threaded server, then your question makes more sense. Still, it's a lot of work to m

Re: [GENERAL] Deep integration of PostgreSQL with Apache

2005-05-03 Thread Joshua D. Drake
I agree that it is not trivial, but is it feasible? Specifically, I'm thinking about the following approach: Everything is feasible but that doesn't mean it is sane to do so :). If you were going to do that you would probably be better served looking at something like sqllite. Sincerely, Joshua

Re: [GENERAL] Deep integration of PostgreSQL with Apache

2005-05-03 Thread Alex Turner
Wouldn't it just be cheaper to buy a second machine than do all of that? Alex Turner netEconomist On 5/3/05, Robin Boerdijk <[EMAIL PROTECTED]> wrote: > --- Thomas Hallgren <[EMAIL PROTECTED]> wrote: > > Robin Boerdijk wrote: > > > Hi, > > > > > > Apologies if this has been discussed before, but

Re: [GENERAL] Deep integration of PostgreSQL with Apache

2005-05-03 Thread Robin Boerdijk
> >> Apologies if this has been discussed before, but I was wondering > if > >> there have been any efforts in the past to provide a deep > integration > >> of PostgreSQL with Apache. What I mean by deep integration is that > the > >> PostgreSQL server logic runs inside the Apache server processes,

Re: [GENERAL] Deep integration of PostgreSQL with Apache

2005-05-03 Thread Robin Boerdijk
--- Thomas Hallgren <[EMAIL PROTECTED]> wrote: > Robin Boerdijk wrote: > > Hi, > > > > Apologies if this has been discussed before, but I was wondering if > > there have been any efforts in the past to provide a deep > integration > > of PostgreSQL with Apache. What I mean by deep integration is t

Re: [GENERAL] Deep integration of PostgreSQL with Apache

2005-05-03 Thread Joshua D. Drake
Thomas Hallgren wrote: Robin Boerdijk wrote: Hi, Apologies if this has been discussed before, but I was wondering if there have been any efforts in the past to provide a deep integration of PostgreSQL with Apache. What I mean by deep integration is that the PostgreSQL server logic runs inside the A

Re: [GENERAL] Deep integration of PostgreSQL with Apache

2005-05-03 Thread Thomas Hallgren
Robin Boerdijk wrote: Hi, Apologies if this has been discussed before, but I was wondering if there have been any efforts in the past to provide a deep integration of PostgreSQL with Apache. What I mean by deep integration is that the PostgreSQL server logic runs inside the Apache server processes,

Re: [GENERAL] Deep integration of PostgreSQL with Apache

2005-05-03 Thread Scott Marlowe
On Tue, 2005-05-03 at 07:53, Robin Boerdijk wrote: > Hi, > > Apologies if this has been discussed before, but I was wondering if > there have been any efforts in the past to provide a deep integration > of PostgreSQL with Apache. What I mean by deep integration is that the > PostgreSQL server logi

[GENERAL] Deep integration of PostgreSQL with Apache

2005-05-03 Thread Robin Boerdijk
Hi, Apologies if this has been discussed before, but I was wondering if there have been any efforts in the past to provide a deep integration of PostgreSQL with Apache. What I mean by deep integration is that the PostgreSQL server logic runs inside the Apache server processes, rather than separate