| Summary | This article clarifies the thread pool settings in Orbix 6.3 |
|---|---|
| Environment | Orbix 6.3 All Supported Operating Systems |
| Question/Problem Description |
How to configure the thread pool settings in Orbix 6.3 |
| Clarifying Information | Orbix provides excellent support for multi-threaded applications. Orbix libraries are multi-threaded and thread-safe. Orbix servers use standard POA policies to enable multi-threading. The ORB creates a thread pool that automatically grows or shrinks depending on demand load. Thread pool size, growth and request queuing can be controlled by configuration settings without any coding. |
| Error Message | |
| Defect/Enhancement Number | |
| Cause | |
| Resolution | The variables in the thread_pool namespace specify policies that configure multi-threading. This namespace includes the following variables: high_water_mark initial_threads low_water_mark max max_queue_size stack_size |
| Workaround | |
| Notes |
For further details on multi-threading in Orbix 6.3 please consult the Orbix 6 "Configuration Reference" and the Orbix 6 "CORBA Programmer's Guide" available at: https://www.microfocus.com/documentation/orbix/
|
| Attachment |
#Orbix
#KnowledgeDocs