{"id":20303932,"url":"https://github.com/billstclair/limited-thread-taskmaster","last_synced_at":"2026-03-07T12:01:37.257Z","repository":{"id":66592619,"uuid":"2098114","full_name":"billstclair/limited-thread-taskmaster","owner":"billstclair","description":"A simple HUNCHENTOOT:TASKMASTER subclass that limits the number of worker threads","archived":false,"fork":false,"pushed_at":"2013-04-25T15:05:48.000Z","size":108,"stargazers_count":8,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-01-20T10:52:54.560Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Common Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/billstclair.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-07-24T21:02:34.000Z","updated_at":"2022-02-08T10:16:11.000Z","dependencies_parsed_at":"2023-02-20T07:15:44.343Z","dependency_job_id":null,"html_url":"https://github.com/billstclair/limited-thread-taskmaster","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/billstclair/limited-thread-taskmaster","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billstclair%2Flimited-thread-taskmaster","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billstclair%2Flimited-thread-taskmaster/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billstclair%2Flimited-thread-taskmaster/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billstclair%2Flimited-thread-taskmaster/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/billstclair","download_url":"https://codeload.github.com/billstclair/limited-thread-taskmaster/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billstclair%2Flimited-thread-taskmaster/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30212485,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T09:02:10.694Z","status":"ssl_error","status_checked_at":"2026-03-07T09:02:08.429Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-14T16:41:46.563Z","updated_at":"2026-03-07T12:01:37.217Z","avatar_url":"https://github.com/billstclair.png","language":"Common Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"LIMITED-THREAD-TASKMASTER is a simple HUNCHENTOOT:TASKMASTER subclass\nthat limits the number of worker threads.\n\nHunchentoot's default TASKMASTER creates a new thread each time a\nrequest comes in, and destroys that thread as soon as it's finished\nserving the request. LIMITED-THEAD-TASKMASTER allows you to set a\nlimit to the total number of threads created, and leaves them running\nto serve requests faster. If a request comes in when all the worker\nthreads are busy, it will be queued until one of the workers can serve\nit.\n\nExported symbols:\n\nLIMITED-THREAD-TASKMASTER\nSubclass of HUNCHENTOOT:TASKMASTER\n-----\nUse an instance of this class as the :TASKMASTER initarg for a\nHUNCHENTOOT:ACCEPTOR to get limited threads.\n\nLIMITED-THREAD-ACCEPTOR\nSubclass of HUNCHENTOOT:ACCEPTOR\n-----\nPass an instance of this class, or a subclass, to HUNCHENTOOT:START to\nget limited threads. E.g.\n\n  (hunchentoot:start\n    (make-instance 'limited-thread-taskmaster:limited-thread-acceptor\n                   :port 8080))\n\nLIMITED-THREAD-SSL-ACCEPTOR\nSubclass of HUNCHENTOOT:SSL-ACCEPTOR\n-----\nSame as LIMITED-THREAD-ACCEPTOR but based on HUNCHENTOOT:SSL-ACCEPTOR\ninstead of HUNCHENTOOT:ACCEPTOR.\n\nLIMITED-THREAD-LIMIT ()\nFunction\n-----\nReturn the maximum number of threads that will be created to serve\nall the LIMITED-THREAD-TASKMASTER instances. All limited thread\nacceptors share on process pool.\n\n(SETF LIMITED-THREAD-LIMIT) (limit)\nFunction\n-----\nSet the maximum number of threads that will be created to serve all\nLIMITED-THREAD-TASKMASTER instances. This affects current and future\ninstances.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbillstclair%2Flimited-thread-taskmaster","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbillstclair%2Flimited-thread-taskmaster","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbillstclair%2Flimited-thread-taskmaster/lists"}