3.9 library(http/http_dyn_workers): Dynamically schedule HTTP workers.
AllApplicationManualNameSummaryHelp

  • Documentation
    • Reference manual
    • Packages
      • SWI-Prolog HTTP support
        • The HTTP server libraries
          • library(http/http_dyn_workers): Dynamically schedule HTTP workers.
            • schedule_workers/1
Source[multifile]http:schedule_workers(+Dict)
Called if there is no immediately free worker to handle the incomming request. The request is forwarded to the thread __http_scheduler as the hook is called in time critical code.