Re: Maintaining a transaction across multiple HTTP requests

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Jack -" <jackhappy6(at)hotmail(dot)com>, <pgsql-php(at)postgresql(dot)org>
Subject: Re: Maintaining a transaction across multiple HTTP requests
Date: 2004-06-18 16:37:39
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E407B366@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php


> -----Original Message-----
> From: Jack - [mailto:jackhappy6(at)hotmail(dot)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

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Rinku 2004-06-19 09:20:23 How to run PHP on WinXP ?
Previous Message Jack - 2004-06-18 15:49:35 where to put the sql?