You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: