Top "Application-restart" questions

Questions based on restarting programs in various programming languages belong in this tag.

How to restart an application completely?

I have an application which starts a Remote Service in its first launched activity. Then, in another activity, the user …

android android-activity application-restart application-shutdown
How to prevent IIS from shutting down Web Site when not in use?

I have a web application hosted under IIS. It is a data warehouse, and during its startup process it requires …

iis iis-7.5 application-pool application-restart
Sublime Text requires restart on settings changes to take effect

My Sublime Text 3 ( but also applies to ST2 as I experienced the same issue before I switched to ST3 ) requires …

settings sublimetext application-restart
Restart Delphi Application Programmatically

It should not be possible to run multiple instances of my application. Therefore the project source contains: CreateMutex (nil, False, …

delphi delphi-2010 application-restart
How can I restart my iphone application

Possible Duplicate: Force iphone app to restart programmatically How can I restart/reopen my iphone/iPad application programmatically

iphone objective-c ipad application-restart
Restart an application in Eclipse

I'm developing a standalone server (not a war) using Eclipse Juno. I run it as a Java application from Eclipse. …

java eclipse application-restart
How to restart a chrome extension automatically?

I have a chrome extension that I built that leaks memory. I am working on fixing the memory leak, but …

google-chrome-extension application-restart
How to launch service on boot complete android?

I've read some tutorial on launch service on boot. What I've done is: In manifest: <uses-permission android:name="android.…

android service boot application-restart