Hacker News new | ask | show | jobs
by brown9-2 4924 days ago
Are you doing lots of redeploys? Can you alter your workflow to just restart the server process instead?
1 comments

Yes, doing a lot of redeploys. Restarting the server process takes a bit too long. E.g. if I have 50 EJB's and 20-30 JAX-RS type web services, it does take the application about 15-20 seconds to load each time. Sometimes even longer. So incremental redeploys are really great, as it usually takes 2-3 seconds instead.