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

IPC Support #27

Open
SpencerPark opened this issue Jan 28, 2024 · 0 comments
Open

IPC Support #27

SpencerPark opened this issue Jan 28, 2024 · 0 comments

Comments

@SpencerPark
Copy link
Owner

For kernels running on java 16 we should be able to use unix domain socket channels to connect to a jupyter client with ipc configured as the transport.

Depends on a jeromq change zeromq/jeromq#967 for that.

Related to this, we should also fail if trying to bind via ipc:// on a jvm that doesn't support it as currently we will just bind to some tcp loopback ports (jeromq's method for faking ipc support between jeromq instances) but never accept any connections. Support for that check is also in the linked jeromq PR.

Supporting this transport is especially important for running on google colab but also useful in containers.

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

1 participant