Max Buvry wrote:
> My script php follows this steps :
> 
>         ignore_user_abort(0|1)
>         Compute the key -> v
>         BEGIN WORK
>         UPDATE the first bank account with v (credit)
>         sleep(300)

Make sure you have long enough timeout limit.

>         UPDATE the second bank account with v+1 (debit)
>         COMMIT WORK

It works for me. (at least with CVS version)

If there is uncommitted transaction, pgsql module
rollback automatically.

BTW, if you have too long timeout limit, your site
became weaker for DoS attack.

--
Yasuo Ohgaki



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to