Re: [HACKERS] Re: [ADMIN] When postgres will be faster? - Mailing list pgsql-hackers

From Don Baccus
Subject Re: [HACKERS] Re: [ADMIN] When postgres will be faster?
Date
Msg-id 3.0.1.32.19991130092142.0107d8f0@mail.pacifier.com
Whole thread Raw
In response to Re: [HACKERS] Re: [ADMIN] When postgres will be faster?  (Lamar Owen <lamar.owen@wgcr.org>)
List pgsql-hackers
At 11:44 AM 11/30/99 -0500, Lamar Owen wrote:
>Oleg Bartunov wrote:
>> I suggest postgres experts  comment this topic. We really need to work
>> with different databases using one connection. Postgres is rather good
>> scalable DB engine and IMO it's worth to have such feature like
>> DB pooling. Once postgres support db pooling it would be possible
>
>The AOLserver webserver/application server already fully supports pooled
>database connections to PostgreSQL.
>
>AOLserver is fully multithreaded, and allows a configurable number of
>database connections to be persistently pooled.  There can be multiple
>pools available, each connecting to a single database.  AOLserver
>dynamically manages the pools, with maximum number of pools and pool
>persistence timeout configurable.
>
>This allows many thousands of http connections to share a limited number
>of database connections, thanks to AOLserver's multithreaded front end.

And there's a great toolset from Ars Digita that runs under AOLserver.

I've ported part of it to Postgres.  You can see one of the modules
in action, a bulletin board module, at http://dsl-dhogaza.pacifier.net/bboard

Unfortunately, portions of the Ars Digita toolkit use outer joins fairly
heavily.  I was somewhat saddened to hear that outer joins apparently
won't make it into V7 after all, because I was planning to port the
entire toolkit when V7 made its debut.  I still may do so, because
you can mechanically translate the queries to not be dependent on
outer joins, but it makes doing a port a heck of a lot more tedious.

The Ars Digita toolkit contains, among other things, a very robust
e-commerce module which is in use at some large, Oracle-based web
sites.  It would be cool to make this available for Postgres...

(The toolkit's GPL'd, BTW)



- Don Baccus, Portland OR <dhogaza@pacifier.com> Nature photos, on-line guides, Pacific Northwest Rare Bird Alert
Serviceand other goodies at http://donb.photo.net.
 


pgsql-hackers by date:

Previous
From: Vince Vielhaber
Date:
Subject: Re: Portability (was Re: [HACKERS] Development installation fails)
Next
From: Bruce Momjian
Date:
Subject: tab completion in psql