Re: Transaction including two web page + timer

From: "Zhidian Du" <duzhidian(at)hotmail(dot)com>
To: bruno(at)wolff(dot)to
Cc: pgsql-php(at)postgresql(dot)org
Subject: Re: Transaction including two web page + timer
Date: 2002-11-09 21:03:50
Message-ID: F6Rh0vIOcfKtybtiTUz00003b36@hotmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

Good idea. One problem is that HTML is a stateless protocol. How can I let
application to hold the whole contents of the first page and second page?

Thanks.

Z. Du

>From: Bruno Wolff III <bruno(at)wolff(dot)to>
>To: Zhidian Du <duzhidian(at)hotmail(dot)com>
>CC: pgsql-php(at)postgresql(dot)org
>Subject: Re: [PHP] Transaction including two web page + timer
>Date: Sat, 9 Nov 2002 09:59:04 -0600
>
>On Sat, Nov 09, 2002 at 00:04:26 -0700,
> Zhidian Du <duzhidian(at)hotmail(dot)com> wrote:
> >
> > I have a question of, when users input some contents in the second page,
> > then the contents in first and second pages are inserted into tables;
> > Otherwise, rollback.
> >
> > I want to use transction to handle it.
> >
> > But when users input the contents in first page, how do I know users
>have
> > left( My program will roolback ) or want to continue input sone contents
>in
> > the second page (comit)? Usig timer, for example? or some other better
> > idea.
>
>My suggestion would be not to start entering either page until the
>application
>has all of the data for both pages. Holding transactions open for long
>periods of time is not a good idea.
>
>---------------------------(end of broadcast)---------------------------
>TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)

_________________________________________________________________
STOP MORE SPAM with the new MSN 8 and get 2 months FREE*
http://join.msn.com/?page=features/junkmail

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Bruno Wolff III 2002-11-09 21:40:18 Re: Transaction including two web page + timer
Previous Message Bruno Wolff III 2002-11-09 15:59:04 Re: Transaction including two web page + timer