Migrating to V2 client-server APIs
Describes how to modify client-server implementations to use the new Version 2 client-server APIs instead of the deprecated Version 1 APIs.
Sessions and requests
Describes communication between the client and the server in the client-server framework.
transient: transient server example
This example demonstrates the use of transient servers that are started on demand when a client needs to use the server, and exit after the last client has disconnected, sometimes after a short delay. It demonstrates how to handle startup and shutdown situations correctly.