Threaded Server (-threadedServer)
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Use the Threaded Server (-threadedServer) parameter to
indicate a server or servers spawned by this broker uses threads, one per remote client.
| Operating system and syntax | UNIX / Windows |
|
||
|---|---|---|---|---|
| Use with | Maximum value | Minimum value | Single-user default | Multi-user default |
| Database Server | 1 | 0 | — | 1 |
- 0
- Indicates that servers spawned by the broker are not threaded.
- 1
- Indicates that the servers spawned by the broker are threaded. This is the default.
The -threadedServer parameter is specified for each
broker. When set to 1, servers spawned by this database broker service remote client
requests using individual threads, one thread per remote connection.
The value of -threadedServer can not be changed at run
time.