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

Revamp FIFO scheduling of subsequent code execution and auto-completion requests #59

Open
achimnol opened this issue Sep 21, 2017 · 0 comments
Assignees
Labels
Milestone

Comments

@achimnol
Copy link
Member

achimnol commented Sep 21, 2017

The current Python kernels breaks into an inconsistent state when the user presses "tab" key repeatedly while running a code cell in Jupyter Notebook. There is no synchronization at all in the kernel & agent sides!

Let's improve this situation.

@achimnol achimnol added the bug label Sep 21, 2017
@achimnol achimnol self-assigned this Sep 21, 2017
achimnol added a commit that referenced this issue Sep 21, 2017
 * InprocRunner is now a thread.
 * Adopt janus to connect InprocRunner thread and the main asyncio loop.
 * Query-mode now runs in FIFO order as the client requests further code executions.
 * Completion runs asynchronously with the query-mode.
 * Update test_run.py utility.
 * Add a small convenient "--debug" option to run.py script.
achimnol added a commit to lablup/backend.ai that referenced this issue Sep 26, 2017
@inureyes inureyes added this to the 19.06 milestone Jun 10, 2019
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

2 participants