Skip to content

Speed up shutdown by eliminating unnecessary sleeping#10408

Merged
takluyver merged 1 commit into
ipython:masterfrom
lpsinger:faster-shutdown-bg-scripts
Mar 25, 2017
Merged

Speed up shutdown by eliminating unnecessary sleeping#10408
takluyver merged 1 commit into
ipython:masterfrom
lpsinger:faster-shutdown-bg-scripts

Conversation

@lpsinger
Copy link
Copy Markdown
Contributor

Eliminate an annoying split-second pause when closing a shell session by reducing unnecessary sleeps while killing background scripts. If there are no bacgkround scripts running, or if they shut down on the first or second attempt, then we can eliminate some pauses.

Eliminate an annoying split-second pause when closing a shell session
by reducing unnecessary sleeps while killing background scripts.
If there are no bacgkround scripts running, or if they shut down on
the first or second attempt, then we can eliminate some pauses.
@takluyver takluyver added this to the 5.4 milestone Mar 25, 2017
@takluyver
Copy link
Copy Markdown
Member

Thanks!

@takluyver takluyver merged commit bf1efa0 into ipython:master Mar 25, 2017
@takluyver
Copy link
Copy Markdown
Member

@meeseeksdev backport

lumberbot-app Bot pushed a commit that referenced this pull request Mar 25, 2017
…ping

Eliminate an annoying split-second pause when closing a shell session by reducing unnecessary sleeps while killing background scripts. If there are no bacgkround scripts running, or if they shut down on the first or second attempt, then we can eliminate some pauses.
takluyver added a commit that referenced this pull request Mar 25, 2017
@lpsinger lpsinger deleted the faster-shutdown-bg-scripts branch March 27, 2017 20:22
@Carreau Carreau added the backported PR that have been backported by MrMeeseeks label May 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backported PR that have been backported by MrMeeseeks

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants