{"id":19250866,"url":"https://github.com/ritu-thombre99/distributed-shared-memory","last_synced_at":"2026-06-16T03:31:27.912Z","repository":{"id":195296880,"uuid":"360675864","full_name":"ritu-thombre99/Distributed-Shared-Memory","owner":"ritu-thombre99","description":"File reading/writing and resource allocation for multiple clients handled by centralized serve, implemented using multithreading in python","archived":false,"fork":false,"pushed_at":"2021-04-22T20:48:32.000Z","size":7,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-23T16:48:35.303Z","etag":null,"topics":["distributed-server","distributed-server-management","distributed-systems","dsm","file-handling","multithreading","resource-allocation"],"latest_commit_sha":null,"homepage":"","language":"Python","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/ritu-thombre99.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}},"created_at":"2021-04-22T20:38:40.000Z","updated_at":"2023-10-17T14:50:42.000Z","dependencies_parsed_at":"2023-09-17T11:25:37.368Z","dependency_job_id":null,"html_url":"https://github.com/ritu-thombre99/Distributed-Shared-Memory","commit_stats":null,"previous_names":["ritu-thombre99/distributed-shared-memory"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ritu-thombre99/Distributed-Shared-Memory","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ritu-thombre99%2FDistributed-Shared-Memory","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ritu-thombre99%2FDistributed-Shared-Memory/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ritu-thombre99%2FDistributed-Shared-Memory/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ritu-thombre99%2FDistributed-Shared-Memory/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ritu-thombre99","download_url":"https://codeload.github.com/ritu-thombre99/Distributed-Shared-Memory/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ritu-thombre99%2FDistributed-Shared-Memory/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34390052,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-16T02:00:06.860Z","response_time":126,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["distributed-server","distributed-server-management","distributed-systems","dsm","file-handling","multithreading","resource-allocation"],"created_at":"2024-11-09T18:19:09.945Z","updated_at":"2026-06-16T03:31:27.896Z","avatar_url":"https://github.com/ritu-thombre99.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Distributed-Server-Management\nFile reading/writing and resource allocation for multiple clients handled by centralized serve, implemented using multithreading in python\n\n## 1. File reading/writing (code files - client1.py and server1.py)\n\n+ A storage at Server side, where multiple clients can access the storage. \n+ Whenever a client requests a file check whether it is present or not:\n  + if present, check whether it is being read or write by another client or not, \n  + if not process the request. \n+ Notify the operations in the form of messages\n  +\tWhen a file being read by client notify the read only operation to requesting client.\n  +\tWhen a file being write by client notify the no access to the requesting client. \n+ Rules :\n  + Multiple clients can read the same file simultaneously\n  + Multiple clients cannot simualtaneously read and write the same file \n  + Multiple clients cannot simualtaneously write the same file \n\n## 2. Resource allocation (code files - client2.py and server2.py)\n\n+ The server contains the information about all the instances of all the resources whether they are available or being used by the processes.\n+ Resources allocated on the basis of first come first server\n+ One client can access only one resource at the same time\n+ When a client is allocated the resource, cleint enters the critical section\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fritu-thombre99%2Fdistributed-shared-memory","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fritu-thombre99%2Fdistributed-shared-memory","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fritu-thombre99%2Fdistributed-shared-memory/lists"}