Bug #2125
closedMake rudder starts quicker
Description
There is a lot of time eaten at Rudder start-up, has seen here:
1/ http://pastie.org/private/yhzxt0b3dhf0uxerewys6a
2/ http://pastie.org/private/nqzlsxvrd6iuuaopekqrg
In 1/ we see that 1 minute is spend between the first two lines, and again 2 minutes at the end.
The last two minutes seems to be used by all the (normally asynchronous) batch taking place during start-up, and they take a lot of time. Moreover, that is likelly to hardly stress the database, as a lot of things are ask to it at that moment.
On the other hand, we see that there is a lot of crap in our (outadated) Jetty server. Most "deployable" elements should be removed, as we only really need endpoint.war and rudder.war here.
So, two action should be taken:
1/ clean-up Jetty configuration
2/ delay all asynchronous service until full init is done, and perhaps randomized a little the first start of these batch.
Updated by Jonathan CLARKE almost 13 years ago
- Target version changed from 2.4.0~alpha2 to 2.4.0~alpha3
Updated by François ARMAND almost 13 years ago
- Description updated (diff)
- Target version changed from 2.4.0~alpha3 to 24
Updated by Jonathan CLARKE over 12 years ago
- Target version changed from 24 to Ideas (not version specific)
Updated by François ARMAND about 12 years ago
- Assignee deleted (
François ARMAND)
Updated by Nicolas CHARLES almost 12 years ago
- Status changed from New to 8
- Assignee set to François ARMAND
- Target version changed from Ideas (not version specific) to 2.6.0~beta1
Francois, I guess you've done a lot on this issue, didn't you ?
Updated by François ARMAND almost 12 years ago
- Status changed from 8 to Rejected
Yep, I'm going to close it since #3270 is done.