Deep integration of PostgreSQL with Apache

From: Robin Boerdijk <robin_boerdijk(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Deep integration of PostgreSQL with Apache
Date: 2005-05-03 12:53:51
Message-ID: 20050503125351.69975.qmail@web52409.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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 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.

The main advantage of this approach would be that it avoids the
Apache/PostgreSQL context switch when executing SQL requests from the
web server. It looks like the Apache server and PostgreSQL server
architectures are quite similar to make this feasible. Any thoughts?

Best regards,

Robin Boerdijk

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Wes Williams 2005-05-03 12:54:40 Re: REMOVE
Previous Message Radu-Adrian Popescu 2005-05-03 12:39:02 Re: REMOVE