Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
If multiple Threads are requesting a Metaclass for the same class at the "same" time, multiple instances of the MetaClass will be created and intialized. This means a slow down for the Threads as well as requiring more memory (until the other MetaClasses are collected)