From: | Robin Boerdijk <robin_boerdijk(at)yahoo(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Deep integration of PostgreSQL with Apache |
Date: | 2005-05-03 15:29:34 |
Message-ID: | 20050503152934.40776.qmail@web52403.mail.yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
> >> 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 processes. In particular, the postmaster server
> logic
> >> would run inside the Apache master process and the postgres server
> >> logic would run inside Apache child processes.
>
> 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.
Yes, I didn't think about that one. Those Apache child processes serve
only a single connection at a time. I guess a single postgres server
process must be quite heavywait then compared to an Apache child
process.
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
From | Date | Subject | |
---|---|---|---|
Next Message | Vlad | 2005-05-03 15:45:44 | Re: postgresql 8 abort with signal 10 |
Previous Message | Robin Boerdijk | 2005-05-03 15:16:26 | Re: Deep integration of PostgreSQL with Apache |