- http_workers(?Port, -Workers) is nondet
- http_workers(+Port, +Workers:int) is det
- Query or set the number of workers for the server at this port. The
number of workers is dynamically modified. Setting it to 1 (one) can
be used to profile the worker using tprofile/1.
- See also
- - library(http/http_dyn_workers) implements dynamic management of
the worker pool depending on usage.