-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed server thread locks to improve multithreading - work still to do though. This is mostly MMF2Exts fixes; bluewing-cpp-server doesn't have UI so it doesn't need a separate processing thread as MMF2Exts uses it. However, it can have two writer threads, due to the ping timer thread. The new lock system has separate locks for server client list, server channel list, server udp and a meta lock (for host/unhost, welcome message change, handler change). Amended SSL client struct type, as well. This should be official server build 34.
- Loading branch information
Showing
8 changed files
with
124 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.