Skip to content
#

client-server-model

Here are 2 public repositories matching this topic...

A comprehensive implementation and guide to designing a state machine-based multiplexing system using Unix Domain Sockets. This repository covers both theoretical concepts and practical code examples to help you seamlessly integrate multiplexing into your Unix-based applications, ensuring efficient communication and resource management.

  • Updated Aug 21, 2023
  • C

1st/2 Assignment of the "Operating Systems" course (Winter Semester 2022/2023 - NKUA). Use of semaphores to control parent and children processes access to a critical memory section implementing multiple-readers/unique-writer model. The code implements the server-client model (clients ask for some data and the data is served back). Info in README.

  • Updated Jul 25, 2023
  • C

Improve this page

Add a description, image, and links to the client-server-model topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the client-server-model topic, visit your repo's landing page and select "manage topics."

Learn more