-
Notifications
You must be signed in to change notification settings - Fork 0
Server Threading #10
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The server implementation is currently written such that it pulls a request off of the loop and processes it. This is fine for a basic implementation, but it should process requests in parallel. It can be a traditional queue/threadpool pattern, or something fancier like a lockless ring buffer, but either way it should handle requests across threads.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request