This repository has been archived by the owner on Jul 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
Create distilled threaded logic for websocket server for Rust PoC #978
Comments
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.
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.
The text was updated successfully, but these errors were encountered: