mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[PR #239] [CLOSED] Threading fixes #1056
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#1056
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/quasar/Quasar/pull/239
Author: @yankejustin
Created: 5/29/2015
Status: ❌ Closed
Base:
master← Head:ThreadingFixes📝 Commits (7)
a485a4fMerge pull request #17 from MaxXor/masterd333314Merge pull request #18 from MaxXor/master45fe08cFixed Server Multi-Threading Issues23f96c7Fixed occasional inability to disconnect server4e6ccdaThreading improvements for Main Form74e77e3Final improvement to threading for the Main Formcdfe93fSmall scope issue fix📊 Changes
2 files changed (+131 additions, -45 deletions)
View changed files
📝
Server/Core/Server.cs(+108 -24)📝
Server/Forms/FrmMain.cs(+23 -21)📄 Description
This should fix problems such as this.
Changes
- Large improvements to the server's ability to handle larger workloads in a more task-intensive multi-threading environment.Upcoming
I would like to add a fewManualResetEventsto better signal the threads that they may continue instead of using a thread-unsafe bool to do so.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.