Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[appserver-io/appserver] Asynchronous Deployment of Applications #760

Closed
wagnert opened this issue Apr 20, 2015 · 0 comments
Closed

[appserver-io/appserver] Asynchronous Deployment of Applications #760

wagnert opened this issue Apr 20, 2015 · 0 comments
Assignees

Comments

@wagnert
Copy link
Member

wagnert commented Apr 20, 2015

This issue is a result of Epic #624

In version 1.0.x the deployment of applications must be finished, before the servers can start, because modules like the Message Queue needs the application data to be fully initialised. Asynchronous Application Deployment results in three major advantages

  • Application Deployment can be invoked with the permissions of the configured user and not with root permissions
  • Application Deployment can't block application server start-up
  • Restarting the server will be faster in some cases, because servers don't need to wait for all applications to be deployed
@wagnert wagnert self-assigned this Apr 20, 2015
@wagnert wagnert added this to the Release 1.0.5 "Iron Horse" milestone Apr 20, 2015
wagnert added a commit to wagnert/appserver that referenced this issue Apr 20, 2015
wagnert added a commit that referenced this issue May 3, 2015
Fixed #760 - Asynchronous Deployment of Applications
@wagnert wagnert closed this as completed May 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant