{"id":21846258,"url":"https://github.com/riachx/multi-thread-server","last_synced_at":"2025-03-21T16:43:21.402Z","repository":{"id":215222463,"uuid":"738409661","full_name":"riachx/multi-thread-server","owner":"riachx","description":"Multithreaded HTTP Server in C","archived":false,"fork":false,"pushed_at":"2024-01-03T06:54:49.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-26T12:11:26.894Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","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/riachx.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2024-01-03T06:53:11.000Z","updated_at":"2024-01-03T06:53:58.000Z","dependencies_parsed_at":"2024-01-03T07:49:49.822Z","dependency_job_id":null,"html_url":"https://github.com/riachx/multi-thread-server","commit_stats":null,"previous_names":["riachx/multi-thread-server"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riachx%2Fmulti-thread-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riachx%2Fmulti-thread-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riachx%2Fmulti-thread-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riachx%2Fmulti-thread-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/riachx","download_url":"https://codeload.github.com/riachx/multi-thread-server/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244830964,"owners_count":20517594,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-27T23:13:28.808Z","updated_at":"2025-03-21T16:43:21.379Z","avatar_url":"https://github.com/riachx.png","language":"C","readme":"\n# Multithreaded HTTP Server\n\nBuilds a multi-threaded HTTP server. This server adds a thread-safe queue and some rwlocks to an HTTP server so that the server can serve multiple clients simultaneously. Ensures that its responses conform to a coherent and atomic linearization of the client requests. Creates an audit log that identifies the linearization of the server.\n\n## Build\n\n    $ make\n\n## Format\n\n    $ make format\n\n## Clean\n\n    $ make clean\n\n## Files\n\n#### httpserver.c\n\nImplementation for the Multithreaded HTTP Server. Implements a hash table to associate a unique lock for each URI. Sends an audit log to ensure linearization.\n\n#### asgn2_helper_funcs.h\n\nHeader file for asgn4_helper_funcs.a\n\n#### asgn4_helper_funcs.a\n\nContains all of the implementation for the header files below.\n\n#### queue.h\n\nHeader file for queue implementation\n\n#### response.h\n\nHeader file for managing responses\n\n#### debug.h\n\nHeader file for debugging\n\n#### connection.h\n\nHeader file for managing connections\n\n#### request.h\n\nHeader file for managing requests\n\n#### rwlock.h\n\nHeader for reader/writer lock implementation\n\n#### Makefile\n\nMakefile contains the commands to compile, clean, and format the file.\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friachx%2Fmulti-thread-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Friachx%2Fmulti-thread-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friachx%2Fmulti-thread-server/lists"}