This illustration shows reading in a simplified client-server architecture in which multiple clients are reading a database. Remote clients communicate by way of RMI to the server that contains OracleAS TopLink and the database. On the server, there is a Client Session for each remote client. The Client Sessions communicate with a single Sever Session to read from and write to the database. Thus, multiple remote clients can share the same OracleAS TopLink cache and database connection pool