Re: Performance problems in classloading

2008-02-27 Thread Guillaume Nodet
, Guillaume Nodet [EMAIL PROTECTED] wrote: I'm currently working on ServiceMix 4 which uses Felix.\ I have some really important performance problems in classloading. When loading JBI applications (they have some very specific classloading

Performance problems in classloading

2008-02-25 Thread Guillaume Nodet
I'm currently working on ServiceMix 4 which uses Felix.\ I have some really important performance problems in classloading. When loading JBI applications (they have some very specific classloading architecture that must be implemented to be JBI compliant), 95% of the time is spent

Re: Performance problems in classloading

2008-02-25 Thread Stuart McCulloch
On 25/02/2008, Guillaume Nodet [EMAIL PROTECTED] wrote: I'm currently working on ServiceMix 4 which uses Felix.\ I have some really important performance problems in classloading. When loading JBI applications (they have some very specific classloading architecture that must be implemented

Re: Performance problems in classloading

2008-02-25 Thread Guillaume Nodet
currently working on ServiceMix 4 which uses Felix.\ I have some really important performance problems in classloading. When loading JBI applications (they have some very specific classloading architecture that must be implemented to be JBI compliant), 95% of the time is spent

Re: Performance problems in classloading

2008-02-25 Thread Stuart McCulloch
problems in classloading. When loading JBI applications (they have some very specific classloading architecture that must be implemented to be JBI compliant), 95% of the time is spent in the following method: R4SearchPolicyCore.diagnoseClassLoadError() which is not really

Re: Performance problems in classloading

2008-02-25 Thread Dale Peakall
problems in classloading. When loading JBI applications (they have some very specific classloading architecture that must be implemented to be JBI compliant), 95% of the time is spent in the following method: R4SearchPolicyCore.diagnoseClassLoadError() which is not really acceptable

Re: Performance problems in classloading

2008-02-25 Thread Karl Pauls
: On 25/02/2008, Guillaume Nodet [EMAIL PROTECTED] wrote: I'm currently working on ServiceMix 4 which uses Felix.\ I have some really important performance problems in classloading. When loading JBI applications (they have some very specific