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

Speed up shutdown by eliminating unnecessary sleeping #10408

Merged
merged 1 commit into from
Mar 25, 2017

Conversation

lpsinger
Copy link
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
Member

Thanks!

@takluyver takluyver merged commit bf1efa0 into ipython:master Mar 25, 2017
@takluyver
Copy link
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