| From: | DeJuan Jackson <djackson(at)speedfc(dot)com> |
|---|---|
| To: | Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl> |
| Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, Josh Berkus <josh(at)agliodbs(dot)com>, Joe Conway <mail(at)joeconway(dot)com>, "Advocacy (PostgreSQL)" <pgsql-advocacy(at)postgresql(dot)org>, PostgreSQL-general <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: [GENERAL] interesting PHP/MySQL thread |
| Date: | 2003-06-27 15:52:47 |
| Message-ID: | 3EFC684F.1090605@speedfc.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-advocacy pgsql-docs pgsql-general |
From the SQLite FAQ Item (7)
*
(7) Can multiple applications or multiple instances of the same
application access a single database file at the same time?*
Multiple processes can have the same database open at the same time.
Multiple processes can be doing a SELECT at the same time. But only one
process can be making changes to the database at once.
Alvaro Herrera wrote:
>Actually, I read the website right after I sent the email and I was...
>"surprised." I am still wondering if it allows some kind of concurrent
>access.
>
>
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Roderick A. Anderson | 2003-06-27 19:42:35 | Re: Fundraising |
| Previous Message | Robert Treat | 2003-06-27 13:37:56 | PostgreSQL winning hearts and changing minds |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Robert Treat | 2003-06-30 20:58:03 | Adding headers to the bottom of a table |
| Previous Message | Justin Clift | 2003-06-25 10:04:52 | Re: [GENERAL] interesting PHP/MySQL thread |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Claudio Lapidus | 2003-06-27 18:26:58 | Re: developers.postgresql.org |
| Previous Message | FTL Africa | 2003-06-27 15:07:53 | PSQL NEWBIE - RUNTIME ERROR |