I am looking for an implementation of the 2-phase commit protocol and yes i am new to distributed transactions :) A 2-phase commit will have to implemented between a php application and a remote 'application' (system).
Will i have to implement the 2-phase commit from scratch ? Are you aware of any modules implemented in any language that could give me a head start?
-- could not find much on this until now :)
appreciate any help.
Take a look to LIXA Transaction Manager (http://lixa.sourceforge.net/) it integrates PHP and MySQL starting with release 0.9.0
It provides Distributed Transaction Processing and two phase commit feature as well.
Regards
Ch. F.