Maintaining a transaction across multiple HTTP requests
От
Dave Page
Тема
Maintaining a transaction across multiple HTTP requests
Дата
Msg-id
50E84F4C-95FF-41A7-950B-D44890874BB3@mimectl
Список
Дерево обсуждения
Re: Maintaining a transaction across multiple HTTP requests "Dave Page" <dpage@vale-housing.co.uk>
Determining transaction status Aaron Dummer <aaron@dummer.info>
Re: Determining transaction status Christopher Kings-Lynne <chriskl@familyhealth.com.au>
Re: Determining transaction status Volkan YAZICI <volkan.yazici@gmail.com>
Hi all,
I need to write a server script that will be used to synchronise a SQL Server CE database on a Pocket PC with a central PostgreSQL database. Ideally, what I'd like to do is pass modifications made on the PPC to the script which then begins a transaction (thus ensuring no futher data changes will be seen by the client) and checks for any conflicts with changes made on PostgreSQL since the last synchronisation. If there are any, the script will return details to the client for conflict resolution. When the planned conflict resolution is returned by the client, the required updates are executed within the original transaction which is then committed.
The difficulty with this plan is that the transaction must be maintained across 2 or more individual http requests (which may normally be serviced by different Apache child processes of course, thus preventing storage of a connection handle in a session variable). Is there conceivable way I can achieve this, or should I go back to the drawing board?
Regards, Dave.
В списке pgsql-php по дате отправления