problem when two or more users access simultaneously?

Поиск
Список
Период
Сортировка
От Dag Gullberg
Тема problem when two or more users access simultaneously?
Дата
Msg-id 1092330279.4308.12.camel@hemma
обсуждение исходный текст
Список pgsql-php
Hi,

    I am building a site where users log in and access tables in
two diffrent schema.

I'm using PHP 4.3 and PostgreSQL 7.4 and I have problems
with involontary logouts since the users credentials cannot be verified
when reloading the main page of the application. Typically this occurs
when users are involved in similar activity, dealing with the same
tables.

All transactions are handled through the same postgres-user and are all
done through plpgsql-scripts.

I am yet not *sure* that the problem is with the database, I am
exploring different possibilities.

My questions are: Are there any known problems with concurrency and
if so are there any tricks or such to solve or bypass this problem?

Any takers?

regards
/Dag



В списке pgsql-php по дате отправления:

Предыдущее
От: Thom Dyson
Дата:
Сообщение: Re: blob size after pg_lo_open
Следующее
От: Michelle Konzack
Дата:
Сообщение: How to create a new Table in prostgresql from a Webinterface