RE: Transaction over persistent connection problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Thanks for your help, Manuel. Your advice saved me hours of searching the
web.

Regards, OKi98

> -----Original Message-----
> From: Manuel Lemos [mailto:mlemos@xxxxxxx]
> Sent: Wednesday, April 27, 2005 7:20 PM
> To: php-db@xxxxxxxxxxxxx
> Subject: Re:  Transaction over persistent connection problem
>
>
> Yes, it is not possible to achive that. What happens is that first
> access to script is handled by one Web server process or thread and you
> cannot assure that the second access will be handled by the same Web
> process or server to finish the same transaction that was started.
>
> Furthermore, you should never leave a transaction open that you cannot
> guarantee that it will finished in a very short notice, otherwise it may
> block the access to the whole database forever.
>
>
> --
>
> Regards,
> Manuel Lemos
>
> PHP Classes - Free ready to use OOP components written in PHP
> http://www.phpclasses.org/
>
> PHP Reviews - Reviews of PHP books and other products
> http://www.phpclasses.org/reviews/
>
> Metastorage - Data object relational mapping layer generator
> http://www.meta-language.net/metastorage.html
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
>

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


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux