Re: Maintaining a transaction across multiple HTTP requests

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: Maintaining a transaction across multiple HTTP requests
Дата
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E407B366@ratbert.vale-housing.co.uk
обсуждение исходный текст
Ответ на Maintaining a transaction across multiple HTTP requests  (Dave Page <dpage@vale-housing.co.uk>)
Ответы Determining transaction status  (Aaron Dummer <aaron@dummer.info>)
Список pgsql-php
> -----Original Message-----
> From: Jack - [mailto:jackhappy6@hotmail.com]
> Sent: Fri 6/18/2004 5:08 PM
> To: Dave Page
> Subject: Maintaining a transaction across multiple HTTP requests
>
> could u store of a connection handle in a session variable - but on the
> server side have the session information stored on a shared database
> instead of a file?

Hi Jack,

I considered that approach, but the problem is that the handle is only valid for the apache process that it was opened
under.If the second request is processed by a different apache process, then it'll all go horribly wrong :-( 

Regards, Dave

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

Предыдущее
От: "Jack -"
Дата:
Сообщение: where to put the sql?
Следующее
От: Rinku
Дата:
Сообщение: How to run PHP on WinXP ?