Top "Restart" questions

Restart refers to the process where a software program or system is systematically (and preferably gracefully) shut down then automatically invoked to full functionality without intervention from the user.

How do I detect if a thread died, and then restart it?

I have an application that fires up a series of threads. Occassionally, one of these threads dies (usually due to …

python multithreading restart python-multithreading
Android: manual screen orientation without restarting the activity?

I need to make an app playing video with a button for full-screen on the video. The button is used …

android android-activity orientation restart manual
Restart a Python Program

I'm writing a Python program that, if the user changes settings while running it, needs to be restarted to apply …

python restart
Restart kernel in Google Colab

I´m trying to restart the kernel in a Google Colab Jupyter Notebook through a cell. The option given previously: …

kernel restart google-colaboratory
ASP.NET MVC why does my app keep restarting?

I have an ASP.NET MVC website that gets about 6500 hits a day, on a shared hosting platform at Server …

asp.net asp.net-mvc restart diagnostics
How to restart tweepy script in case of error?

I have a python script that continuously stores tweets related to tracked keywords to a file. However, the script tends …

python restart tweepy
onCreate vs. onResume/onRestart bevhaviour regarding member variables

When I open an activity I know that I can initialize stuff in the onCreate function. But what is the …

android android-activity restart resume
How to force restart after uninstall for a Basic MSI Project in InstallShield 2009 Premier

InstallShield 2009 Premier, Basic MSI Project: After uninstall completes, I want to force restart the computer. How? Googling found, i have …

uninstallation restart installshield-2009
How does one restart Openshift Origin master on Centos 7?

Openshift origin was installed via the ansible playbooks. According to this documentation, the correct command to restart is: $ systemctl restart …

openshift centos7 restart openshift-origin systemctl
How do I restart a computer in safe mode with a Windows script?

Most novice computer users get stumped when they run into a problem and have to reboot a computer into safe …

vbscript batch-file restart safe-mode