- http_workers(+Port, -Workers) is det
- 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.