Atomization

Sometimes an application needs several transport connections to finish a task. However, the combination of connections should be treated as one task. If one of the connections cannot be completed, the whole task should be canceled. The session layer can combine these several connections into one task.

First
Next