enthought / enthought/distarray

IPython creates too many round trips

Open
#371 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
5
Forks
1
PR merge metrics
No merged PRs in 30d

Description

Surprisingly, IPython sends **one message per engine per command** between the controller and the client. The controller then routes each one of these messages to the appropriate engine.

This has a potential to be a large bottelneck, for example if you want to push a large piece of data to the engines. It will be copied _N_ times and push through the single channel between the controller and client.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.