Re: multiple users accessing database

From: Dave Cramer <Dave(at)micro-automation(dot)net>
To: J S <kib092002(at)yahoo(dot)com>
Cc: "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: multiple users accessing database
Date: 2002-09-19 02:43:22
Message-ID: 1032403403.27089.98.camel@inspiron.cramers
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

This is limited only by your resources on the machine. There are really
no logical limitations.

You can have as many connections as the machine can handle, I typically
use around 20-25 using a connection pool.

Dave
On Wed, 2002-09-18 at 22:40, J S wrote:
>
> Hi,
>
> I am currently doing a research for an enterprise on the issue jdbc-postgresql and would like to post this question: How many user can access to the very same database in an enterprise via JDBC connection simultaneously?
>
> Thanks
>
>
>
> ---------------------------------
> Do you Yahoo!?
> New DSL Internet Access from SBC & Yahoo!

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2002-09-19 02:46:37 Re: Implementing JDBC3 methods (Was: JDBC and fetching
Previous Message J S 2002-09-19 02:40:11 multiple users accessing database