-
Jan 30th, 2012, 09:54 AM
#1
bootstrap performance
Hi everybody,
I need some help/explanation about spring bootstrap.
I have application context with approximately 600 beans. When starting my server, context initialization part takes about 1.5 minutes. after checking with profiler I see that "isTypeMatch" of DefaultListableBeanFactory is called for about 60000 times and it takes a lot of time.
so my question is next: is this method supposed to be called for these many times? and if yes - why is it?
i would expect from initialization of context to be O(k), where k is number of beans, but it seems to have some other complexity.
thanks,
Dimka
-
Feb 2nd, 2012, 07:06 AM
#2
still waiting
is anybody out there?
I really need help in this issue.
thanks
-
Feb 18th, 2012, 04:28 AM
#3
Bootstrapping or booting refers to a group of metaphors that share a common meaning: a self-sustaining process that proceeds without external help.
The term is often attributed to Rudolf Erich Raspe's story The Surprising Adventures of Baron Munchausen, where the main character pulls himself out of a swamp by his hair (specifically, his pigtail), but the Baron does not, in fact, pull himself out by his bootstraps. Instead, the phrase appears to have originated in the early 19th century United States (particularly in the sense "pull oneself over a fence by one's bootstraps"), to mean an absurdly impossible action, an adynaton
-
Feb 18th, 2012, 09:40 AM
#4
why r u trying to be funny?
dont waste my time go play somewhere else
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules