Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Create distilled threaded logic for websocket server for Rust PoC #978

Closed
bbangert opened this issue Jul 21, 2017 · 0 comments
Closed

Create distilled threaded logic for websocket server for Rust PoC #978

bbangert opened this issue Jul 21, 2017 · 0 comments
Assignees

Comments

@bbangert
Copy link
Member

This will be a simpler 'server' that relies on the Rust code to start/run the websocket server, and then processes threaded messages for it.

The existing websocket.py code for command handling is then done in a basic threaded style in Python with responses going off queue between Rust and Python.

@bbangert bbangert self-assigned this Jul 21, 2017
bbangert added a commit that referenced this issue Sep 5, 2017
Implements a complete Rust proof of concept Push server using a queue
to send future calls to complete to a Python threaded server. The
Python side contains an extraction of the websocket logic, following
an intended call pattern documented in states.dot.

Co-Authored-By: Alex Crichton <alex@alexcrichton.com>
Co-Authored-By: Philip Jenvey <pjenvey@underboss.org>

Closes #978
bbangert added a commit that referenced this issue Sep 5, 2017
Implements a complete Rust proof of concept Push server using a queue
to send future calls to complete to a Python threaded server. The
Python side contains an extraction of the websocket logic, following
an intended call pattern documented in states.dot.

Co-Authored-By: Alex Crichton <alex@alexcrichton.com>
Co-Authored-By: Philip Jenvey <pjenvey@underboss.org>

Closes #978
bbangert added a commit that referenced this issue Sep 5, 2017
Implements a complete Rust proof of concept Push server using a queue
to send future calls to complete to a Python threaded server. The
Python side contains an extraction of the websocket logic, following
an intended call pattern documented in states.dot.

Co-Authored-By: Alex Crichton <alex@alexcrichton.com>
Co-Authored-By: Philip Jenvey <pjenvey@underboss.org>

Closes #978
bbangert added a commit that referenced this issue Sep 5, 2017
Implements a complete Rust proof of concept Push server using a queue
to send future calls to complete to a Python threaded server. The
Python side contains an extraction of the websocket logic, following
an intended call pattern documented in states.dot.

Co-Authored-By: Alex Crichton <alex@alexcrichton.com>
Co-Authored-By: Philip Jenvey <pjenvey@underboss.org>

Closes #978
bbangert added a commit that referenced this issue Sep 5, 2017
Implements a complete Rust proof of concept Push server using a queue
to send future calls to complete to a Python threaded server. The
Python side contains an extraction of the websocket logic, following
an intended call pattern documented in states.dot.

Co-Authored-By: Alex Crichton <alex@alexcrichton.com>
Co-Authored-By: Philip Jenvey <pjenvey@underboss.org>

Closes #978
bbangert added a commit that referenced this issue Sep 5, 2017
Implements a complete Rust proof of concept Push server using a queue
to send future calls to complete to a Python threaded server. The
Python side contains an extraction of the websocket logic, following
an intended call pattern documented in states.dot.

Co-Authored-By: Alex Crichton <alex@alexcrichton.com>
Co-Authored-By: Philip Jenvey <pjenvey@underboss.org>

Closes #978
bbangert added a commit that referenced this issue Sep 6, 2017
Implements a complete Rust proof of concept Push server using a queue
to send future calls to complete to a Python threaded server. The
Python side contains an extraction of the websocket logic, following
an intended call pattern documented in states.dot.

Co-Authored-By: Alex Crichton <alex@alexcrichton.com>
Co-Authored-By: Philip Jenvey <pjenvey@underboss.org>

Closes #978
bbangert added a commit that referenced this issue Sep 6, 2017
Implements a complete Rust proof of concept Push server using a queue
to send future calls to complete to a Python threaded server. The
Python side contains an extraction of the websocket logic, following
an intended call pattern documented in states.dot.

Co-Authored-By: Alex Crichton <alex@alexcrichton.com>
Co-Authored-By: Philip Jenvey <pjenvey@underboss.org>

Closes #978
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant