When using the M=1 option in the SQLHOSTs file (i.e.,sqlmux), which description applies?
Answer(s)
- Each connection establishes a separate network connection to the database server.
- There is a single network connection between the database server and a client.
- All distributed queries and data replication are multiplexed.
- It allows multiple applications to connect using a single network connection.
Correct Answer There is a single network connection between the database server and a client.