-
Enhancement
-
Resolution: Won't Fix
-
P4
-
None
-
1.1.1
-
generic
-
solaris_2.5.1
kevin.kluge@Eng 1997-05-07
I had to cache the results of calling this function in the Java
Web Server because it's so expensive. The problem is all of
the calls to new that it makes. The new operation requires
getting the global heap lock, which causes a lot of lock
contention, which prohibits programs from scaling.
It sure would be nice if this function would call new less
often.