Changes between Version 1 and Version 2 of Ticket #30622, comment 5


Ignore:
Timestamp:
Nov 20, 2018, 9:25:43 PM (5 years ago)
Author:
RJVB (René Bertin)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30622, comment 5

    v1 v2  
    22And for a more "animated" progress message: can't you get the DB engine to output something while it work (preferably appending to that "Finishing up" message)?
    33
    4 It would of course be even nicer if those lengthy house-keeping operations could happen in the background. But I guess for that you'd have to access the registry via server process, no? Or would it be possible to fork() (possibly even in the Tcl code), exit the parent and do the clean-up in the child? (I often use the poor-man's version of that - ^Z + `bg` :) )
     4It would of course be even nicer if those lengthy house-keeping operations could happen in the background. But I guess for that you'd have to access the registry via server process, no? Or would it be possible to fork() (possibly even in the Tcl code), exit the parent and do the clean-up in the child? (I often use the poor-man's version of that - `^Z` + `bg` :) )