1.3.2 Configuration Options
You can configure server applications as:
- A single machine with one or more server processes implementing one or more interfaces. The servers can be single-threaded or multithreaded.
- Multiple machines with multiple server processes and multiple interfaces.
You can add more parallel processing capability to client/server applications by replicating server processes or add more threads. You can add more server groups to split processing across resource managers. For CORBA applications, you can implement factory-based routing, as described in Using Factory-Based Routing (CORBA Servers Only).
Parent topic: Replicating Server Processes and Server Groups