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

Add support for IPC transport protocol #313

Closed

Conversation

strangepleasures
Copy link
Contributor

No description provided.

@ileasile
Copy link
Contributor

Could you please explain a bit how it can be used and where is it described?

@strangepleasures
Copy link
Contributor Author

Could you please explain a bit how it can be used and where is it described?

Sorry, I've just realized that it's not ready yet. But the idea is to support both tcp and ipc transport protocols for communication between the kernel and the kernel manager. This can be specified in jupyter_notebook_config.py as follows:

c.KernelManager.transport = 'ipc'

@altavir
Copy link
Contributor

altavir commented Jul 21, 2021

I am not sure it is a good idea to connect Kotlin and Python via IPC. They have separate memory management. Also, it won't do any good since IPC is not much faster than the TCP and we are talking about the system with such low message rates.

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

Successfully merging this pull request may close these issues.

3 participants