1. The document discusses using a batch command pattern to unify remote procedure calls, web services, and database access.
2. With the typical approach, distribution and queries are implemented as libraries after the programming language is finalized, but this leads to rejected solutions like CORBA and DCOM.
3. The batch command pattern executes a script on the server, returning results in bulk to the client, separating local and remote code execution.