Skip to content

Make it multithreaded #7

Description

@gantu

Multiple users can connect and use application at the same time.
each connection will be handled by different thread

  1. create server socket
  2. accept connection
  3. create thread and handle connection
  4. terminate the threads

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions