Availability:
:- use_module(library(http/thread_httpd)).
http_add_worker(+Port,
+Options)- max_idle_time(+Seconds)
- The created worker will automatically terminate if there is no new work within Seconds.
:- use_module(library(http/thread_httpd)).
http_add_worker(+Port,
+Options)