[EMAIL PROTECTED] writes:
> i would like to know if there is something like the Oracle "shared
> server" possible with PostgreSQL. I have searched the archives but
> have not found any real discussion regarding this.
>
> We have two CTI applications opening 2-3 persistant connections to
> the address server (PostgreSQL). With 100 clients we get around 400
> persistant connections eating up the server memory and have nothing
> to work most of the time.

Sounds like a case for looking into pgpool...

  <http://pgfoundry.org/projects/pgpool/>

pgpool is a connection pool system implemented in C that can allow
sharing of connections for many cases like the one you describe.
-- 
(format nil "[EMAIL PROTECTED]" "cbbrowne" "cbbrowne.com")
http://www3.sympatico.ca/cbbrowne/postgresql.html
"The  present  need for  security  products far exceeds  the number of
individuals    capable of    designing  secure  systems. Consequently,
industry  has resorted to  employing folks  and purchasing "solutions"
from vendors that shouldn't be let near a project involving securing a
system."  -- Lucky Green

---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

Reply via email to