Revision: 76848
          http://sourceforge.net/p/brlcad/code/76848
Author:   starseeker
Date:     2020-08-19 14:18:47 +0000 (Wed, 19 Aug 2020)
Log Message:
-----------
Sean reports negative experience with Tcl_Sleep - not clear how much benefit it 
provides here, so remove it until there's a clear need.

Modified Paths:
--------------
    brlcad/trunk/src/mged/mged.c

Modified: brlcad/trunk/src/mged/mged.c
===================================================================
--- brlcad/trunk/src/mged/mged.c        2020-08-19 13:39:24 UTC (rev 76847)
+++ brlcad/trunk/src/mged/mged.c        2020-08-19 14:18:47 UTC (rev 76848)
@@ -1572,8 +1572,6 @@
        Tcl_DoOneEvent(TCL_ALL_EVENTS|TCL_DONT_WAIT);
        while (BU_PTBL_LEN(&GEDP->ged_subp)) {
            Tcl_DoOneEvent(TCL_ALL_EVENTS|TCL_DONT_WAIT);
-           // Limit CPU burn in case of long running subcommands
-           Tcl_Sleep(1);
        }
 
        const char *av[2];

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to