Re: Urgent: 10K or more connections - Mailing list pgsql-general

From Sean Chittenden
Subject Re: Urgent: 10K or more connections
Date
Msg-id 20030718202826.GU24507@perrin.int.nxad.com
Whole thread Raw
In response to Re: Urgent: 10K or more connections  (Gianni Mariani <gianni@mariani.ws>)
Responses Re: Urgent: 10K or more connections  (Jeff Davis <jdavis-pgsql@empires.org>)
List pgsql-general
> There are 1000's of references to postgresql and connection pooling.
>
> http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF-8&q=pooling+postgresql
>
> Maybe somthing there will work.

Those are all application level connection pooling links.  I'm
thinking about something that's done on the database side like ORA
Listener and passes active connections back to the backend that way
it's completely transparent and applies to every libpq app regardless
of the language, application, etc.

-sc

--
Sean Chittenden

pgsql-general by date:

Previous
From: Gianni Mariani
Date:
Subject: Re: Urgent: 10K or more connections
Next
From: Tom Lane
Date:
Subject: Re: Urgent: 10K or more connections