Re: SCT classes

2008-03-04 Thread Benjamin Stiglitz
I am playing with dynamic class loading... When my test apps starts, I am creating a list of all classes (about 1700 for my ultra simple example). After a while I am recreating the same list. This time the list is longer (about 1800 classes) and contains lasses with "STC" prefix - like SCTC

Re: SCT classes

2008-03-04 Thread Jean-Daniel Dupas
Le 4 mars 08 à 21:10, Georg Tuparev a écrit : Folks, I am playing with dynamic class loading... When my test apps starts, I am creating a list of all classes (about 1700 for my ultra simple example). After a while I am recreating the same list. This time the list is longer (about 1800 cl