platform-update-home/doc/working/scheduler/scheduler.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2, Thu Jun 12 18:10:50 2003 UTC revision 1.3, Thu Jun 26 15:21:33 2003 UTC
# Line 1  Line 1 
1    <html>
2    <head>
3  <title>Eclipse Update Scheduler</title>  <title>Eclipse Update Scheduler</title>
4  <link rel="stylesheet" href="http://dev.eclipse.org/default_style.css" type="text/css">  <link rel="stylesheet" href="http://dev.eclipse.org/default_style.css" type="text/css">
5    </head>
6    <body>
7  <h1>Eclipse Update Scheduler</h1>  <h1>Eclipse Update Scheduler</h1>
8  <p>This document describes the new Eclipse 3.0 capability to automatically  <p>This document describes the new Eclipse 3.0 capability to automatically
9  detect and install feature updates. The capability is part of the plan item  detect and install feature updates. The capability is part of the plan item
# Line 71  Line 75 
75  <p><font color="#0000FF">[Yes] [No] [Later]</font></p>  <p><font color="#0000FF">[Yes] [No] [Later]</font></p>
76  <p>Install can be accepted (Yes), definitely declined (No) or postponed again  <p>Install can be accepted (Yes), definitely declined (No) or postponed again
77  (Later).</p>  (Later).</p>
78    
79    <h4>Issues</h4>
80    <ul>
81    <li>What happens when jobs overlap? When a new update is to be scheduled and the previous job is still running, do we stop that job, or let it run and don't schedule another?</li>
82    <li>Should jobs should start with a clean slate?
83            That is, if a previous job has been stopped (see previous issue), should the newly started job use the partial work from the other job?</li>
84    <li>The idea of Eclipse scheduled jobs is to avoid modal dialogs, but what if the update notification does happen
85            as another modal dialog (wizard, etc.) is up and we choose to launch the install?</li>
86    </ul>
87    </body>
88    </html>

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3