Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Take the below service invocations as an example,  the user start the invocation for the initial service, the initial service call the participate service and return . This the simplest response. initial service is the service who starts the distributed transaction,  the participate service just join the transaction with it's local transaction.  The below diagram just show the simplest way of service interaction. We just use it to demonstrate the overheads which distributed transaction manage system could introduce.Normally there could be more than one  participate service involved in the global transaction.



By using the pack, the Omega is started with the initial service and participate service. The Omega talks to the Alpha, and Alpha need to store the events into DB, These calls are remote invocations which mean coordinate system need to spend lot of time on the call.

...