Tagged Questions

1
vote
4answers
41 views

C# - Restarting application conflicts with “program already running” error

When I call the Application.Restart() method, the error comes up that detects whether the application is currently running. Is there anyway around this? static void Main(stri …
1
vote
3answers
52 views

Automatically restart program when error occur

The program is like this: HEADER CODE urllib2.initialization() try: while True: urllib2.read(somebytes) urllib2.read(somebytes) urllib2.read(somebytes) …
3
votes
4answers
189 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 …
1
vote
2answers
73 views

SharePoint, VirtualPathProviders and Application Restarts

Given that the only way to unload dynamically compiled assemblies (to reclaim memory) is to unload the app domain, how does SharePoint rely on VirtualPathProviders, for master page …
-1
votes
0answers
25 views

Start all webapps at tomcat 5.5 restart

Hi, I have a problem with my tomcat 5.5 on a CentOs 5.3. This tomcat manages 4 web application (struts 1, spring, hibernate, postgresql). Well, when I launch /etc/init.d/tomcat res …
1
vote
4answers
185 views

How do I code a watchdog timer to restart a Windows service?

I'm very interested in the answer to another question regarding watchdog timers for Windows services (see here). That answer stated: I have also used an internal watchdog syste …
0
votes
1answer
68 views

Android: Restarting an activity inside a tab by passing data to it?

I have a main activity which contains a tabhost which holds three other activities and starts them when necessary. On the main activity, I provide an option for selecting a value a …
1
vote
1answer
124 views

How to disable orientation change in Android ?

Hi 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 magi …
2
votes
2answers
139 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? [ …
1
vote
6answers
186 views

Is there a ‘restart’ function in Windows/C++

In a windows project I am working on, I intend to have a menu selection that copletely restarts the app. Is there a Windows or C++ function that does this?
1
vote
7answers
139 views

Fast restart technique instead of keeping the good state (availability and consistency)

How often do you solve your problems by restarting a computer, router, program, browser? Or even by reinstalling the operating system or software component? This seems to be a com …
0
votes
1answer
22 views

Resin Restarts when class files or Servlets are uploaded.

Hi. When we upload a .class file or a servlet to the server, the web server restarts. This does not happen when we upload a JSP. Is there a way to configure Resin so that it dynami …
0
votes
1answer
49 views

Program Restart

I have a Program which is written in C++. It is a program which needs to be restarted when network connection is lost ... I have written program code which is pinging IP and I'm s …
0
votes
1answer
235 views

How to restart the w3wp.exe process using asp.net C#?

How to restart the w3wp.exe process using asp.net C#? For example, I want to click a button in a webform page to restart the w3wp.exe process in the server.
1
vote
1answer
143 views

How to Prevent System from Shutting down or Restart in a Win32 service?

i want to prevent users from shut down or restart the system. my application runs as a Win32 Native Service (written by C++) and under LocalSystem account. i heard about WM_QUERY …

1 2 3 next
15 30 50 per page