From 7ee8080d1127b30c935dfd896a8e78b3a34ee176 Mon Sep 17 00:00:00 2001
From: Siri Hansen
Before a new release is installed, the
+
If it is desirable to reduce the time spent in this
+ function, then
Code might even be purged (using
+
Returns the same as
If the option
Before a new release is installed, the
-
If it is desirable to reduce the time spent in this
- function, then
Code might even be purged (using
-
Installing a new release might be quite time consuming if + there are many processes in the system. The reason is that + each process must be checked for references to old code + before a module can be purged. This check might lead to + garbage collections and copying of data.
+If you wish to speed up the execution of
+
Obviously, this will not reduce the overall time for the + upgrade, but it will allow checks and purge to be executed + in the background before the real upgrade is started.