Re: Application startup time
Re: Application startup time
- Subject: Re: Application startup time
- From: Alexis Tual <email@hidden>
- Date: Tue, 17 Dec 2013 11:20:15 +0100
Hi,
we've found a bottleneck in NSLegacyBundle (ERFoundation-1.0.jar) causing applications with a lot of jar embedded to hang at startup with CPU touching the roof when several instances are involved.
The problem concerns the method setClassNames and the way it uses containsObject on large array (thanks jvisualvm)
AFAIK, NSLegacyBundle is not open sourced so we had to fix it by re-implementing setClassNames with Javassist... if you're interested, I can post the fix.
Alex
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden