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

Try to avoid JMX connection until user opens the application #291

Closed
thurka opened this issue Apr 15, 2021 · 1 comment
Closed

Try to avoid JMX connection until user opens the application #291

thurka opened this issue Apr 15, 2021 · 1 comment
Assignees

Comments

@thurka
Copy link
Member

thurka commented Apr 15, 2021

JMX connection is relatively heavy-weight and it looks like it can be postponed until the user actually opens the monitored application. Necessary functionality for application recognisers can be implemented via Attach API. Of-course this is valid only for local applications, since Attach API is not available for remote processes.

@thurka thurka self-assigned this Apr 15, 2021
thurka added a commit that referenced this issue Apr 16, 2021
@thurka
Copy link
Member Author

thurka commented Apr 20, 2021

Done in master.

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