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

[Question] How to tell from the Java side that the Python process has terminated? #480

Open
pkeller opened this issue Mar 25, 2022 · 1 comment

Comments

@pkeller
Copy link

pkeller commented Mar 25, 2022

I am working on an application that uses the method of Initiating the communication from the Java side:Using ClientServer. Sometimes the Python application exits prematurely, and the Java application then gets stuck. Is there a way of checking from the Java side whether or not the Python application is still available? I have not found anything in the docs to help with this.

If necessary, I could change the connection method, although the one that we are using suits the application very well.

@erl987
Copy link

erl987 commented Jun 29, 2022

It could be that the solutions discussed in this issue can help you: #320

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants