Hi Kevin,
You can refer to "LOAD CONFIGURATION" section of lightstreamer_conf.xml configuration file for an overview of the parameters for load management and configuration of the thread pools.
The inline comment of each parameter specifies the default value assumed and the impact of the parameter for the activity of the server.
Please note that in the Ligtstreamer server version 6.0 (
lightstreamer_conf.xml) a couple of parameter were added: <selector_pool_size> and <snapshot_pool_size>.
In particular <selector_pool_size> acts on the number of distinct NIO selectors to which you refer in the post.
I confirm you that <selector_pool_size> works on Lightstreamer server 5.x too, it was considered just as private and therefore not explicitly shown in the configuration file.
Instead, the parameter <snapshot_pool_size> is not provided in 5.x server and so if you want to configure that pool you need to act otherwise; Please let me know if I should deepen on this.