3.9 library(http/http_dyn_workers): Dynamically schedule HTTP workers.
All Application Manual Name SummaryHelp

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