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

merge IPython.parallel.streamsession and IPython.zmq.session #503

Closed
minrk opened this issue Jun 4, 2011 · 0 comments
Closed

merge IPython.parallel.streamsession and IPython.zmq.session #503

minrk opened this issue Jun 4, 2011 · 0 comments
Assignees
Labels
Milestone

Comments

@minrk
Copy link
Member

minrk commented Jun 4, 2011

Development of the Session object forked as the parallel code needed various new features. The two objects should be merged before 0.11.

This is actually a straightforward merge, and I have already done it locally, but it has to wait until the newapp code gets merged into master before a PR makes sense.

The only significant change that the parallel session object introduces is that header/parent_header/content are serialized separately, rather than as one big blob. This will affect the htmlnotebook, but so far nothing else. It's still a single multipart message with 3 JSON objects, rather than a JSON dict with 3 keys.

The newer Session is also configurable, provides HMAC message signatures, adds timestamps to headers, etc.

@ghost ghost assigned minrk Jun 4, 2011
@minrk minrk closed this as completed in fbd5ae9 Jun 21, 2011
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this issue Nov 3, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant