Skip to content

Multithreaded processing #6

Description

@RedMoon32

Need to move processing of api requests from sequentian to parrallel

Mainly just need to change part of the code server_listen_ function in http_server.c file with two lines of code (apped_to_requests, process_request) to be processed in two/four threads (would be cool if some macro constant will be used)

As a result examples/main.c file must work with parrallel processing

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions