Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

tOverney/concpar-newassign

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PubSub server

A new assignment about bounded buffer.

This is based on an old assignment in java that we had to implement for our Concurrency course. @tOverney implementation of the old java assignment can be seen here.

Key points of the idea

  • Simple chat system
    • Subscribe to channels
    • Unsubscribe from channels
    • Publish to channel
  • Give them the frontend
  • Have them implement the crucial part of the PubSub server
    • The implementation of the circular buffer (put / get)
    • The concurrent map with the subscriber informations

Authors

@jbcdnr, @tOverney

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published