-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
good first issueGood for newcomersGood for newcomershacktoberfesthelp wantedExtra attention is neededExtra attention is needed
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershacktoberfesthelp wantedExtra attention is neededExtra attention is needed