Skip to content

Multithreaded processing #6

@RedMoon32

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions