xdmp.serverMaxThreads( id as (Number|String) ) as Number?
Return the maximum number of server threads allowed on each host in the group of the App Server, XDBC Server, ODBC Server, or Task Server with the given ID.
Parameters | |
---|---|
id | An App Server, XDBC Server, ODBC Server, or Task Server ID. |
xdmp.serverMaxThreads(xdmp.server("myAppServer", xdmp.group("Default"))); => 32
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.