#5177: Notebook keeps directories for deleted cells
-------------------------+--------------------------------------------------
   Reporter:  kcrisman   |       Owner:  boothby     
       Type:  defect     |      Status:  needs_review
   Priority:  major      |   Milestone:  sage-4.3.2  
  Component:  notebook   |    Keywords:              
     Author:  Tim Dumol  |    Upstream:  N/A         
   Reviewer:             |      Merged:              
Work_issues:             |  
-------------------------+--------------------------------------------------
Changes (by mpatel):

 * cc: was (added)
  * status:  needs_info => needs_review


Comment:

 V3 deletes the output synchronously (on the server), whether it's for one
 cell or for the whole worksheet.

 I think this is much safer, since it avoids race conditions.  Although
 deferred deletions could help performance, we already copy a cell's output
 synchronously.  But with the appropriate locks or other synchronization
 constructs (e.g., "marking" cells for deletion), we could offload some
 tasks to other threads or to worksheet processes.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5177#comment:6>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to