-
Notifications
You must be signed in to change notification settings - Fork 214
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
Issue 47 #123
Issue 47 #123
Conversation
client/src/main/java/org/jboss/fuse/mvnd/client/ClientLayout.java
Outdated
Show resolved
Hide resolved
common/src/main/java/org/jboss/fuse/mvnd/common/Environment.java
Outdated
Show resolved
Hide resolved
My main concern with the last commit is that we are adding the fourth (if I am counting correctly) thread on the client side. The threads are:
Also the TerminalOutput owns an event queue. I wonder whether we could have just one queue and one thread hosting both display and dead daemon detection? |
You're right. The problem is that the |
@gnodet would you mind creating a separate PR for the last commit, so that we unblock the first three commits? |
FWIW, if you guys could provide me with a native image for Windows that incorporates 00aed21 (loopback address), I could test it before it is being released. |
That's highly welcome, thanks! A windows package will be available through the CI UI once @gnodet removes the last commit and the build will (hopefully) pass. |
@ppalaga Thanks for the pointer to CI. I forked this repo and activated GH actions so that I don't have to setup GraalVM and native stuff locally. It might be worth adding this as an alternative way to README. |
I think we should continue over there: #124 |
What a trick! BTW, that's actually my strategy for Windows.
+1 a PR would be welcome. |
00db8fd
to
d2a91b7
Compare
The last iteration looks correct, but I'd like to think more about the performance impact and whether it can be done more effectively. |
Merging as the perf impact does not seem to be perceivable, at least on my machine. I find the architectural concern still valid and I will file a follow up issue for that. |
No description provided.