Re: Another 'db session' question...

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: "Taber, Mark" <Mark(dot)Taber(at)dof(dot)ca(dot)gov>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Another 'db session' question...
Date: 2004-08-11 17:33:00
Message-ID: 200408111733.i7BHX0W26475@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Taber, Mark wrote:
> First, thanks for all your responses. The programmers have yet another
> question. We will be connecting to a single pg db from our intranet
> application (web-based). Each instance of this application will log on to
> the database using identical user id's and passwords (we have a couple of
> network and workstation authentications above this). Each application
> instance will have its own db session, correct? (That is, because they will
> all be connecting to the pg db with the same user id and password, they
> won't share a connection because of this fact, will they?)

Right, the all get new connections. Also, because you are using the
web, the connections will be new for each rendered page probably.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message ExpoShare.com 2004-08-11 23:49:05 Help with query
Previous Message Bruce Momjian 2004-08-11 17:24:26 Re: dbf2pg missing