-
Improvement
-
Resolution: Fixed
-
Major
-
None
-
Platform: All, OS: All
Hudson spends a lot of time in ServletContextListener during initialization.
Many containers like Tomcat serves blank message during this period, which
confuses the user. Hudson should return from the servlet context listener right
away, then use a separate thread to perform initialization. This would allow
Hudson to produce a meaningful "initializing" message during this process.