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.