From: Samuele P. <ped...@us...> - 2001-02-01 02:16:18
|
Update of /cvsroot/jython/jython/Doc In directory usw-pr-cvs1:/tmp/cvs-serv27638 Modified Files: jreload.ht Log Message: hoops Index: jreload.ht =================================================================== RCS file: /cvsroot/jython/jython/Doc/jreload.ht,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** jreload.ht 2001/02/01 02:02:06 1.1 --- jreload.ht 2001/02/01 02:16:17 1.2 *************** *** 117,123 **** in an internal table. This is also good because building the wrappers is expensive. </p> ! <p>Note: Unless one cannot predict the amount of reloading ! that will be performed by an application or for the case of long-running ! highly dynamic apps, the unloading issue can simply be ignored. </p> <p>Clearly the entries somehow block unloading. On the other hand --- 117,123 ---- in an internal table. This is also good because building the wrappers is expensive. </p> ! <p>Note: Typically one should care about java classes unloading only for very dynamic applications, like ! IDEs or long-running apps, that would go out memory if old versions of reloaded classes would not be ! collected. </p> <p>Clearly the entries somehow block unloading. On the other hand |