-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #33: rewrite processor initialization, fix task queue and synch…
…ronization issue on Linux (#40) * Fixes a bug in the async priority queue when trying to remove a suspended task. Signed-off-by: rafa-be <raphael@noisycamp.com> * Fixes a worker agent crash when trying to profile a zombie process. Signed-off-by: rafa-be <raphael@noisycamp.com> * Fixes #33: processors can be suspended during the initialization phase. Signed-off-by: rafa-be <raphael@noisycamp.com> * The worker's heart-beat manager watches all worker processes, not only the active one. Signed-off-by: rafa-be <raphael@noisycamp.com> * Task priorities are now positive numbers. Signed-off-by: rafa-be <raphael@noisycamp.com> --------- Signed-off-by: rafa-be <raphael@noisycamp.com>
- Loading branch information
Showing
16 changed files
with
204 additions
and
134 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "1.8.12" | ||
__version__ = "1.8.13" |
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
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
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
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.