Skip to content

Added a queue system #8

Description

@rejuan

Suppose 1 million users request at a time to the server. What will happen - server will create 1 million thread for every request. But its impossible - server will be completely unresponsive. So we will make a better approach. Suppose 1 server can have such resources that it runs smoothly with 20 threads. Now we will implement a thread poll which will queue all of the request and process 20 requests from the queue.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions