-
-
Notifications
You must be signed in to change notification settings - Fork 293
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
Without distributed #1854
Without distributed #1854
Conversation
Try this Pull Request!Open Julia and type: julia> import Pkg
julia> Pkg.activate(temp=true)
julia> Pkg.add(url="https://github.com/fonsp/Pluto.jl", rev="without-distributed")
julia> using Pluto |
Awesome Work! Do you have any idea why it might be slower than Distributed ? Maybe it is the pipes buffering being slower than the socket Distributed is using ? PS: For anyone wanting to see the code in the notebooks:
|
We don't know why it is slower than distributed, but we do know that Distributed uses a TCP server ( I tried to get a server-worker communication working with the (If anyone wants to give this a try, write a comment so that we don't end up working on it at the same time) |
It works!
But it is a bit slower than Distributed..
Not so much you notice it while running normally, but you do notice it when dragging a
bind
-ed slider :/