Manual Chapter :
Per Client
Applies To:
Show Versions
BIG-IP LTM
- 15.1.10, 15.1.9, 15.1.8, 15.1.7, 15.1.6, 15.1.5, 15.1.4, 15.1.3, 15.1.2, 15.1.1, 15.1.0, 15.0.1, 15.0.0, 14.1.5, 14.1.4, 14.1.3, 14.1.2, 14.1.0, 14.0.1, 14.0.0, 13.1.5, 13.1.4, 13.1.3, 13.1.1, 13.1.0
Per Client
A BIG-IP system will create a new outgoing connection for each client.
Note, clients do not share connections.
Connections will be created for each client.

- Client 1 message arrives on a Virtual Server (VS)
- Message is disaggregated to TMM-0
- TMM-0 connects to Server 1 and sends the message
- Second message arrives
- Client 2 message is disaggregated to TMM-1
- TMM-1 connects to Server 1 and send the message
- Third message arrives
- Client 3 message is disaggregated to TMM-0
- TMM-0 creates a new connection for Server 1 for Client 3
A connection will not be opened to Server 2 until a message targeted at that
server arrives.