Distributed Make System - Tasks: task #3937, Make the scheduler unsubscribe non...
You are not allowed to post comments on this tracker with your current authentication level.
task #3937: Make the scheduler unsubscribe non active compiler daemons
Submitter: | Julien Gilli <darktigrou> | ||
Submitted: | Sun 27 Mar 2005 03:14:41 PM UTC | ||
Category: | DMS programming tasks | Should Start On: | Sun 27 Mar 2005 12:00:00 AM UTC |
Should be Finished on: | Sun 27 Mar 2005 12:00:00 AM UTC | Priority: | 5 - Normal |
Status: | None | Privacy: | Public |
Percent Complete: | 0% | Assigned to: | None |
Open/Closed: | Open | Effort: | 0.00 |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
CC list is empty
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
No changes have been made to this item
Currently, when a compiler daemon exit, it doesn't inform the scheduler that it has exited (unless it has received a KILL or TERM signal).
A permanent connexion must be set up between the CompilerDaemon and the SchedulerDaemon in order for the later to be sure that the former is still alive (by using some kind of ping/pong behavior).