InterviewSolution
Saved Bookmarks
| 1. |
How Are Start And Xctl Different? |
|
Answer» START is used for the beginning of NEW transactions and then the XCTL TAKES the operations further , transferring the control to a different application but with an equal TRANSACTION ID. Start is used for the beginning of new transactions and then the XCTL takes the operations further , transferring the control to a different application but with an equal transaction ID. |
|