Use thread pool for handling connections #23
Labels
low priority
Other things should be worked on first
optimization
Improvements to code quality or efficiency
server
Relates to the server code
From README.md:
Note that multi-threading would greatly increase the complexity of the server, and might actually make it slower due to locks on tables starving certain threads. Still, for maximum performance and scalability it may be worth considering in the future.
The text was updated successfully, but these errors were encountered: