Concurrency supported?

From: Ingo Luetkebohle <ingo(at)blank(dot)pages(dot)de>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Concurrency supported?
Date: 2001-02-25 01:20:07
Message-ID: 20010225022007.A1986@blank.pages.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hiya,

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?

Regards

--
Ingo Luetkebohle / ingo(at)blank(dot)pages(dot)de / 95428014
/
| Student of Computational Linguistics & Computer Science;
| Fargonauten.DE sysadmin; Gimp Registry maintainer;
| FP: 3187 4DEC 47E6 1B1E 6F4F 57D4 CD90 C164 34AD CE5B

----- End forwarded message -----

--
Ingo Luetkebohle / ingo(at)blank(dot)pages(dot)de / 95428014
/
| Student of Computational Linguistics & Computer Science;
| Fargonauten.DE sysadmin; Gimp Registry maintainer;
| FP: 3187 4DEC 47E6 1B1E 6F4F 57D4 CD90 C164 34AD CE5B

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Peter Eisentraut 2001-02-25 14:32:01 Re: Concurrency supported?
Previous Message Peter Eisentraut 2001-02-24 23:28:33 Re: Java class documentation