Re: [PDO] PDO transaction isolation level and firebird
[email protected] ("Vjacheslav V. Borisov") Mon, 14 Oct 2013 11:38:35 +0400
| Newsgroups | php.pdo |
|---|---|
| Message-ID | <CA+JxkLDNpeBvUs2C+9b3+GJK1s0CYG93ghCpeszyRrikkJ=RZw@mail.gmail.com> |
2013/10/13 Lester Caine <[email protected]>: >> 4) php scripts typcally have short life, so using parallel >> trasnactions to single db rarely need. parallel transactions to >> different db of course supported. this is simply different pdo >> instances. > > You miss the point here. These are not parallel transactions, but ones which > wrap commits between TWO databases in the ONE transaction. You CAN'T do that > with different PDO instances. Maintaining transfers of data from live to > historic databases ensuring that one commits before the other is dropped. yes, for now this is not possible but i'am glad that this list is not so dead. and developers in UK are using firebird