Changes between Version 5 and Version 6 of DevProjects


Ignore:
Timestamp:
May 4, 2007, 11:22:00 AM (17 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevProjects

    v5 v6  
    2525          * After an applications exits or is killed (for whatever reason) make sure (after a few second delay) that its subprocesses are gone too. Don't restart the job until this happens. Unix: use process groups and killpg().
    2626          * More generally: make a better state machine for shutting down apps: tell them to checkpoint, wait a little, tell them to quit, clean up straggler processes.
     27          * Same, but for suspend: if we tell a client to suspend and it's still using
     28            lots of CPU after a few seconds, abort it (or something).
    2729          * Integrate BitTorrent with the core client.
    2830          * Do potentially slow RPCs and other tasks (such as computing disk usage) in a separate thread.