Tagged Questions
This refers to the process where a computer's power state is systematically (and preferably gracefully) changed to a powered-off state and then automatically powered back on without intervention from the user.
45
votes
5answers
31k views
How to disable orientation change in Android?
I have an application that I just would like to use in portrait mode, so I have defined
android:screenOrientation="portrait" in the manifest XML. This works OK for the HTC magic phone (and prevents ...
13
votes
6answers
8k views
Do you have to restart apache to make re-write rules in the .htaccess take effect?
I have pushed my .htaccess files to the production severs, but they don't work. Would a restart be the next step, or should I check something else.
10
votes
11answers
18k views
How do I restart my C# WinForm Application?
Developing a C# .NET 2.0 WinForm Application. Need the application to close and restart itself.
Application.Restart();
The above method has proven to be unreliable.
What is a better way to ...
10
votes
10answers
12k views
How do I Shutdown - Restart - Logoff Windows via bat file
I've been using Remote Desktop to get into a workstation but I'm not able to use the shutdown/restart function in the Start menu while doing this.
I've put a few really helpful options in the ...
9
votes
2answers
2k views
How to detect whether Windows is shutting down or restarting
I know that when Windows is shutting down, it sends a WM_QUERYENDSESSION message to each application. This makes it easy to detect when Windows is shutting down. However, is it possible to know if the ...
8
votes
7answers
671 views
How bad is this goto?
I created a tetris game where you can restart after a game over. I implemented this quick and dirty with a goto (see code). The Game class relies on destructors, are these called with these goto's? ...
8
votes
4answers
639 views
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 Intellect. I keep seeing app restarts in the logs and I cannot figure out why.
I've read Scott ...
8
votes
7answers
3k views
How can I restart a Java application?
How can I restart a Java AWT application? I have a button to which I have attached an event handler. What code should I use to restart the application?
I want to do the same thing that ...
6
votes
3answers
546 views
Close and restart the current application in DELPHI
How can I do this one?
For some reason or selected by the user, “ask” the current application to restart it self.
6
votes
2answers
2k views
Restarting Hudson on Windows
I've been having an issue with Hudson on windows.
Whenever I update Hudson or a plugin I get the option to restart when no jobs are running.
If I click this button Hudson hangs and doesn't restart. ...
6
votes
2answers
866 views
How to send a custom command to a .Net windows Service from.Net code?
As in the following link, one can stop, start, and "stop, then start" a service using C# code.
http://www.csharp-examples.net/restart-windows-service/
I have baked a .Net service that does implement ...
6
votes
4answers
5k views
how to restart asp.net application besides modifying web.config
Is there a recommended way to bounce an asp.net application besides touching web.config from inside the application? is HttpRuntime.UnloadAppDomain(); the preferred way to do this ? and if so where ...
5
votes
2answers
2k views
Reconnect RMI client after server restart
I have an RMI server and a desktop RMI client. When I restart the server, I get errors in the client. Is it possible to restart the RMI connection without restarting the client?
[EDIT] Here is the ...
5
votes
6answers
2k views
Auto-restart system in Python
I need to detect when a program crashes or is not running using python and restart it. I need a method that doesn't necessarily rely on the python module being the parent process.
I'm considering ...
5
votes
6answers
2k views
Application.Restart Not Working In ClickOnce Deployed Application
I pulled the code straight from MSDN: http://msdn.microsoft.com/en-us/library/ms404263.aspx
This updates my application, but Restart() does not work. The application shuts down, but does not restart. ...
4
votes
1answer
875 views
Android Emulator restarts when sending mock location
I need some help here. I am working on an application that obtains the user's location. I did refer to a number of websites about this so I'm pretty sure I am not missing any step here (from the codes ...
4
votes
2answers
460 views
How to improve workflow for creating a Lua-based Wireshark dissector
I've finally created a Dissector for my UDP protocol in Lua for Wireshark, but the work flow is just horrendous. It consists of editing my custom Lua file in my editor, then double-clicking my example ...
4
votes
2answers
422 views
How to protect application pools from session serialization exceptions?
We're using an Out-of-Process Session Provider (ScaleOut) for an ASP.NET application and we've noticed that when an object that's not correctly setup for de-serialization inadvertently makes its way ...
4
votes
4answers
9k views
Force application to restart on first activity android
For an unknown reason, I can't get my application leaving properly so that when I push the home button and the app icon again, I resume where I was in the app. I would like to force the application to ...
4
votes
2answers
845 views
Have to Restart Apache When Using Django On Apache with mod_wsgi
I'm creating a web app with Django. Since I'm very familiar with Apache I setup my development environment to have Django run through Apache using mod_wsgi. The only annoyance I have with this is that ...
4
votes
2answers
1k views
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 the changed settings. Is there a way of doing this? I'm thinking something along the ...
4
votes
3answers
365 views
Is it possible to restart a PC using “pure” .NET and *without* using p/invoke?
Is it possible, without employing pinvoke, to restart a PC using .NET?
I kind of just repeated the title, but I'm not too sure how to elaborate much further!
Edit:
I should have mentioned that ...
3
votes
1answer
62 views
How to gracefully restart a NodeJS server?
Currently, my prod enviroment for a side project is a git repo, where I pull in some code, manually kill the server with Ctrl-C, and restart it manually.
I realize there are a lot of things wrong ...
3
votes
1answer
103 views
Reliably Restart a Single-Instance WPF application
I would like to have my current application close and restart. I have seen many posts on this, however none of these seem to work for me.
I have tried
...
3
votes
2answers
403 views
Android: How to force restart service (OS killing on low memory behavior)
I have a background service running that sometimes gets killed by the OS when running low on memory. There are some weird behaviors when this happens but I do not know (1) how to simulate this ...
3
votes
3answers
212 views
Bash - how to detect whether apt-get requires a reboot
I am writing a bash script (for apt-get based OS's) that automates the installations process of various programs. In this process I run "apt-get -fy update" and "apt-get -fy upgrade" sometimes. In the ...
3
votes
1answer
196 views
OpenGL changing orientation causes iPad to restart
I have a problem with openGL and orientation in my iPad app. The problem only happens with 4.3+ devices. It doesn't happen with 4.2 devices.
When I start the application with any orientation and ...
3
votes
1answer
121 views
WCF as Service: Modifying app.config file
I have a WCF running as a Windows service. I deployed it to a server (after quite a bit of banging my head against the keyboard).
Last issue: When making changes to the app.config ...
3
votes
0answers
85 views
Emacs GDB ReRun Behaviour
I would like the command gdb on program X to instead switch to an existing debugging session of X if it already exists instead of signalling an error "This program is already being debugged" in ...
3
votes
0answers
136 views
Rolling restart of process group in monit
Does anyone have any suggestions of how I might go about achieving a rolling restart of a process group using monit?
Thanks in advance,
fturtle
3
votes
5answers
984 views
how to restart java application, remembering its command line arguments
I have a java application. It can be started with couple of command line flags. I want to provide ability "restart" the application by user.
Currently we save the the arguments on a control file, ...
3
votes
6answers
1k views
Self restart program on segfault under Linux
Under Linux what would be the best way for a program to restart itself on a crash by catching the exception in a crashhandler (for example on a segfault)?
3
votes
2answers
162 views
Is it correct that there are particular times when you may need to restart Webrick to see your changes?
I heard Kevin Skoglund (lynda.com) say that it is good practice to get in the habit of restarting Webrick frequently during development. Although generally you do not need to restart Webrick to see ...
3
votes
7answers
2k views
How do you restart an app/reread app.config file when modified (.NET)?
We all know that modifying a .NET web application's web.config file restarts the app and makes it read the updated configuration. How do you do that with a console or WinForms app? Thanks :)
2
votes
1answer
36 views
Detect if user interacts with phone?
I need to detect when user interacts with the phone and restart my app after 60 seconds from last user's touch on screen. Is is possible to do something like that?
If I use ACTION_USER_PRESENT I can ...
2
votes
0answers
76 views
Problem with application update and launch on runtime
I have an update process as downloading new .apk from server and then re-installing app while application is running.
If I trigger execution of downloaded .apk programmatically installation screen ...
2
votes
3answers
119 views
How do you restart Apache with a (web) button click?
I'm playing around with my VM and the code I'm developing requires that I restart apache every time to capture the changes. I thought it would be nice to just have a bookmarklet, or link or button ...
2
votes
2answers
149 views
apache virtual host and “Dynamic” Domains
I have a java application responding multiple domains and uses, for each domain, a specific apache virtual host. This because Apache is faster than tomcat, to serve static resources.
The need is to ...
2
votes
1answer
219 views
Android - Wrong activity sometimes starts
I have an Android App with a number of activities. The wrong activity is being started sometimes.
Normally, an Application subclass starts, then start activity (StartAct... ...
2
votes
2answers
185 views
Restart the whole device from Android
Is there any way to restart a device per code from within android. I can highly customize all software on the device (tablet). As Backgroundinfo: I want a timer that restarts the device after a ...
2
votes
1answer
232 views
AnythingSlider: how to restart slideshow
I'm starting the slideshow in a pop up div by clicking a button using $('#slider2').data('AnythingSlider').startStop(true);
Stopping the slideshow by ...
2
votes
1answer
1k views
No call to onStartCommand() follows the restart of a crashed service
I have a problem with android service restart. I am building against API version 7 and running on a device with android 2.3.3.
The problem is, that when my service is killed by the system and is ...
2
votes
4answers
180 views
What causes a program to freeze
From what experience I have programming whenever a program has a problem it crashes, whether it is from an unhanded exception or a piece of code that should have been checked for errors, but was not ...
2
votes
2answers
844 views
ASP.NET application pool shutdown problem
Sometimes an exception causes application pool to shutdown. I start it manually but the question is how can I automate this behavior in IIS 7.0 (Windows server 2008).
2
votes
1answer
2k views
jQuery stop HTML5 video when hidden, restart when visibile
I've got an HTML5 video embedded in a page that's set for autoplay on load. When a menu is toggled, it is hidden and a series of images take its place. When the menu is put closed, the video returns. ...
2
votes
1answer
425 views
Working with onPause, onRestart, in Tab Widget - Android
I have a ListView that is inside a TabWidget. When I select an item on the ListView and go to the child ListView, the TabWidget disappears. This is fine, except that it invokes the onPause method, and ...
2
votes
6answers
218 views
Restart myself - can I reinitialize everything from scratch?
I have something like this:
public static final String path;
static {
path = loadProperties("config.conf").getProperty("path");
}
public static void main(String... args) {
// ... do stuff ...
2
votes
1answer
630 views
Django in Aptana: Have to restart server for changes in python code to take affect
Unless I'm going crazy, I didn't have to do this as of a few days ago. For example, changes to HTML files do not require a server restart to take affect, but when I do simple modifications to, say, my ...
2
votes
2answers
155 views
C# system stopping tray application
I have this C# app which starts at system boot in the tray, and i have the following problem with it, only on Windows XP
I can't restart the PC while the application is running. If I use file > exit, ...
2
votes
3answers
887 views
Best way to restart activity on Android?
I'm building a game which works as some type of a quiz. I ask user the question and when he submits the answer(click or touch correct answer) I need to refresh the page with some other question.
How ...