Hi everyone!
I have been doing PHP programming for almost a year now and i recently came across this problem of persisting data into two different databases. I need the write operations to be treated as a single atomic transaction. Is there a way to do this in PHP? Like some kind of implementation of 2PC or XA protocols?
Thanks,
Pauix
I have been doing PHP programming for almost a year now and i recently came across this problem of persisting data into two different databases. I need the write operations to be treated as a single atomic transaction. Is there a way to do this in PHP? Like some kind of implementation of 2PC or XA protocols?
Thanks,
Pauix