| Author |
2 phase commit
|
Will Myers
Ranch Hand
Joined: Aug 05, 2009
Posts: 285
|
|
Hi,
I was asked in an interview to explain how a 2 phase commit could be implemented in a distributed environment, while I know what the term means I'm unsure how it would work in practice. The example given was a database transaction and a JMS message that have to be committed together because the JMS message kicks off some other process that relies on the data being present in the database. Any ideas how you could implement this?
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26168
|
|
Will,
Wikipedia has a summary of the basic algorithm http://en.wikipedia.org/wiki/Two-phase_commit_protocol
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
 |
|
|
subject: 2 phase commit
|
|
|