Re: Concurrency supported?

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Ingo Luetkebohle <ingo(at)blank(dot)pages(dot)de>
Cc: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Concurrency supported?
Date: 2001-02-25 14:32:01
Message-ID: Pine.LNX.4.30.0102251531340.752-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Ingo Luetkebohle writes:

> how good is concurrency supported in the JDBC driver? For example, if
> I have a small process with about 50 threads, some of them requesting
> large objects, will one JDBC connection suffice? If one thread is
> executing a large select which takes seconds to execute, will other
> threads be able to still get their results in time or do they have to
> wait?
>
> In general, are there concurrency limitations in the protocol
> PostgreSQL uses?

See http://www.postgresql.org/devel-corner/docs/postgres/jdbc-thread.html

--
Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Ola Sundell 2001-02-25 22:22:57 PATCH to org/postgresql/jdbc2/DatabaseMetaData.java
Previous Message Ingo Luetkebohle 2001-02-25 01:20:07 Concurrency supported?