I'm asked to tune a long starting app into a short time period

Posted by Jason on Stack Overflow See other posts from Stack Overflow or by Jason
Published on 2010-05-27T06:57:52Z Indexed on 2010/05/27 7:01 UTC
Read the original article Hit count: 225

Hi, I'm asked to shorten the startup period of a long starting app, however I have also to obligate to my managers to the amount of time i will reduce the startup - something like 10-20 seconds. As i'm new in my company I said I can obligate with timeframe of months (its a big server and I'm new and i plan to do lazy load + performance tuning). that answer was not accepted I was required to do some kind of a cache to hold important data in another server and then when my server starts up it would reach all its data from that cache - I find it a kind of a workaround and i don't really like it. do you like it? what do you think I should do? any suggestions? PS when i profiled the app i saw many small issues that make the startup long (like 2 minutes) it would not be a short process to fix all and to make lazy load. Any kind of suggestions would help. language - java. Thanks

© Stack Overflow or respective owner

Related posts about java

Related posts about Performance