The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
0answers
29 views

What is best way to prevent python requests module blocking indefinitely after computer come back from suspend mode?

Try to do this: import requests response = requests.get(some_url) In some_url variable, assign some url to download a file, for example. While downloading, force your computer to suspend. Finally, ...
2
votes
0answers
18 views

about php safe_write timeout

all My error case is a normal web download service, and web server is lighttpd, and use php-fpm to process download request like this: $fp = fopen('php://output', 'w'); fwrite($fp, $data); But ...
1
vote
1answer
33 views

Setting the suspend timeout cross-window manager

For a project I'm currently working on, I would like to be able to set the interval after which the operating system (not just the display) goes into standby mode (ACPI s3 or s4). One of the options ...
2
votes
1answer
175 views

wxWidgets wxWinCE suspend-resume crash (VC++)

I have an issue with a few Windows CE 5.0 devices which are crashing virtually as soon as they resume from standby (suspend). I have condensed the issue down to about 15 lines of C++ to simply get ...
1
vote
1answer
30 views

Suspending Threads in applet

I need to write a JApplet stop method that suspends the second thread by sending a suspend() message to the 2nd thread when the applet is minimized. I then have to resume the thread when the applet is ...
0
votes
0answers
39 views

When some process is suspended, MS Word slows down in opening

I am using Windows 7 Enterprise Edition SP1 and MS office 2003. If i suspend any process in windows (say notepad or any other) and double click a MS Word document to open, it takes about 20 to 30 ...
0
votes
0answers
30 views

Programmatically change the sleep/suspend timeout on Windows and Linux

I am looking for a way to programmatically change the sleep/suspend timeout on Windows (XP) and Linux (Debian & Ubuntu) operating systems without having to reboot the system. I have spent a decent ...
0
votes
0answers
21 views

How to monitor USB device's state on Windows host?

On Linux host, the USB device's power state could be monitored by the value of "/sys/bus/usb/device/YOURDEVICE/power/runtime_status", but on Windows host, how can to check if the USB device suspended ...
0
votes
2answers
156 views

Unexpected suspension behavior of Windows 8 store app [duplicate]

Here's an excerpt from a link I read: When the user moves an app to the background, Windows waits a few seconds to see whether the user immediately switches back to the app. If the user does not ...
4
votes
4answers
3k views

Windows SuspendThread doesn't? (GetThreadContext fails)

We have an Windows32 application in which one thread can stop another to inspect its state [PC, etc.], by doing SuspendThread/GetThreadContext/ResumeThread. if ...
2
votes
1answer
181 views

SuspensionManager Error when application has more than 1 page in windows 8 XAML/C# app

I'm writing a windows 8 XAML/C# app and have a little problem with the session manager. Within my App.xaml.cs my OnSuspending method looks like this: private async void OnSuspending(object ...
0
votes
1answer
415 views

How to enable suspend-to-disk on a Android device?

As we know, Linux kernel supports standby, suspend-to-ram, suspend-to-disk. However, I found Android doesn't support suspend-to-disk, or hibernate, although it's kernel is derived from Linux. And now, ...
2
votes
1answer
80 views

NOT show the last screen when launching iOS App

My app has a feature that, when enabled, presents a “decoy” screen whenever the app is launched. The user then has to tap in a “secret knock” to dismiss the decoy screen and see the password screen. ...
0
votes
1answer
27 views

How do I implement a sleepserver for linux? [closed]

I am new to linux and want to implement a sleep server. If anyone has source of Sleepserver please share or any kind of help will be appreciated. SleepServer creates lightweight virtual images of ...
0
votes
0answers
80 views

phonegap cannot update ui until touchmoving the ui

I am very upset with a weird problem when developing phonegap app My app is a single page app. I implement a changePage method, its work is render necessary HTML framework before doing change page ...
0
votes
0answers
78 views

suspend lcd display after 10 mins with fbcon(with linaro kernel 3.1.0-rc9)

lcd display suspend after 10 minutes and i don't see predefined timeoutes in linux kernel of suspend display. I see in kernel sources and find callback responsible of blank/suspend display and this ...
0
votes
3answers
201 views

Pausing/resuming multiple threads in java

Trying to write a program that will run, suspend, and resume 3 threads. here's the coding: class Connectthread implements Runnable { public void run() { for(int j=0;j<90;j+=10) ...
0
votes
2answers
743 views

Does a Python threading.Condition.wait() suspend execution immediately?

If I call wait() on a python condition variable, does the calling thread suspend execution and yield or does it keep blocking until the next context switch?
1
vote
2answers
125 views

Suspend a child process spawned by java

I have a java program which uses Runtime.exec() to spawn a child process, but I need to be able to programatically suspend it and then start it running again from where it left off. The Java Process ...
1
vote
3answers
222 views

Suspend main thread in qt

I want to make a function that stops the main thread and restarts restarts it after a couple of seconds. I tried the following: void Mainwindow::timeout() { QTimer timer; ...
0
votes
0answers
53 views

Suspend a process in windows 7 for a specific amount of time

I know how to suspend and resume any process in Windows 7 - by using resource monitor. What I'm wondering is whether it's possible to suspend a process for a specific amount of time, then resume it, ...
0
votes
0answers
5 views

Reporting while leaving the current page

I am trying to develop a windows phone control which is supposed to report the last state of itself to a server. But when the user presses home or back button application is suspended before the http ...
0
votes
0answers
124 views

Alarm to go off while app is Suspended, i.e. beyond the 10min mark

I just want an application on ios that can play a sound (as an alarm) beyond the 10min mark (which is when an app is suspended after being backgrounded for that long). Here is what I've done: ...
0
votes
0answers
74 views

javascript suspends until webview closes?

I am writing some web app that runs inside android WebView. The WebView is inside some simple Activity class that I open from the app's main menu. The html file and js files are local files. I'm ...
2
votes
1answer
62 views

How do I tell my page that the app has been resumed?

According to J. Likness on page 166 of "Building Windows 8 Apps with C# and XAML," in speaking of the OnResuming event: "The main reason [for this event ] is for applications that provide timely data ...
0
votes
2answers
167 views

Biztalk forced suspense?

I am getting the error: This service instance was suspended by a BizTalk administrator. However I didn't force a suspense and it's on my local machine. I get this message all the time with ...
4
votes
1answer
330 views

Why is adding SuspendLayout and ResumeLayout reducing performance?

I need to add a lot of controls to a parent control. But I find if I add ParentControl.SuspendLayout and ParentControl.ResumeLayout before and after I add those controls to the parent, I use ...
2
votes
1answer
221 views

sigsuspend() does not react against signal

My target is to intercommunicate main process and its "fork" children. Communication is done by signal delivery. My problem appears when first child gets stuck waiting when waiting for SIGUSR1 ...
1
vote
1answer
148 views

How to suspend/resume a process using vbscript

Is there a way to suspend and resume a process using vbscript? Currently I created an input box that terminates a processes but instead of terminating it is there a way to just suspend it? 'Terminate ...
0
votes
1answer
175 views

CreateFileAsync in SuspensionManager throws indecipherable exception

I created a new Windows Store app project using the Grid App (XAML) template. I ran the project (in debug mode) without changing a single line of code. While it was running, I switched back to Visual ...
5
votes
2answers
639 views

Bash: run one command after another, even if I do suspend the first one (Ctrl-z)

I know in bash I can run one command after another by separating them by semicolons, like $ command1; command2 Or if I only want command2 to run only if command1 succeeds, using &&: $ ...
2
votes
1answer
133 views

Cannot suspend embedded linux while qt app is running

currently I am working on a Qt application running on an Embedded platform (i.MX53). My problem is, that while this app is running, I cannot make my system suspend. I am using "busybox rtcwake" to ...
1
vote
3answers
212 views

How can I catch a system suspend event in Python?

I'm using ubuntu 12.04. Is there a way to catch a suspend event in Python, i.e. if the laptop is going to suspend, do this...? The same question for catching shutdown event.
2
votes
5answers
498 views

Suspend / Hibernate pc with python

I'd like to write a short python script that puts my computer to sleep. I'Ve already searched the API but the only result on suspend has to do with delayed execution. What function does the trick ?
1
vote
1answer
1k views

Linux suspend/resume code flow (on android phone)

Does anyone know any good reading on how the whole process and code flow are for android/linux suspend/resume (after pressing the end key on the phone)? I am trying to understand and read the related ...
0
votes
0answers
104 views

How to suspend the Linux system for a specific period of time remotely? [closed]

I'd like to suspend or hibernate my RedHat 5 Linux system for a specific period of time. For example I'd like to suspend the system at 12:00 and wake it up at 15:00 remotely. Is there any way to do ...
1
vote
0answers
140 views

How to suspend WPF Window to render before not all desired properties are set?

I have quite a simple question regarding the rendering thread in WPF and dotNet4.0. How can I avoid that the rendering thread is already starting to render before I have set all my dependency ...
0
votes
0answers
64 views

How to suspend Java program from the server side when it is running at Unix box with the Eclipse remote debugger connected to JVM?

I'm using Eclipse remote debugger connected to the JVM running my application at the Unix box. I can easily suspend/resume remote application from the Eclipse. My question is how can I achieve the ...
0
votes
1answer
205 views

Win 8 App fails suspend cert when running from 'Project - Store' but passes when running WACK separately

When I run the Windows App Cert Kit (WACK) against my 'Release' install of my app on my machine, all the tests pass fine, when I go to: Project -> Store -> Create App Packages... and run the WACK at ...
0
votes
2answers
392 views

Detect IIS website is suspended

I am currently able to detect whether a IIS Website is started/paused/stopped using the following code: public int GetWebsiteStatus(string machineName, int websiteId) { DirectoryEntry root = new ...
2
votes
0answers
123 views

IOS 6 after suspension of app revert orientation?

On suspension of the app, the landscape view of app is viewing as in portrait mode. Although the app is working fine on one go and ios 5 but show disorder in in ios 6 after suspending the app. I also ...
0
votes
0answers
92 views

IOS 6 in landspace view [closed]

On suspension of the app, the landscape view of app is viewing as in portrait mode. Although the app is working fine on one go and ios 5 but show disorder in in ios 6 after suspending the app. I also ...
0
votes
0answers
82 views

DB got supended state

Have one SQL Server which contains 2 databases. Through application I am taking connection from one database and by using same connection also executing CRUD query on the second database (but on same ...
0
votes
0answers
120 views

Developers' Account with Apps using Airpush SDK Are Suspended [closed]

It seems that the apps and developers' account listed in this forum are suspended. http://androidforums.com/android-applications/452862-list-apps-using-airpush.html Could someone confirm with me?
0
votes
0answers
618 views

How to backup qemu vm without stopping? [closed]

I know that there are qemu monitor and it have some commands. But I don't understood in which sequence to call them (and what they do exactly). This solution: http://wiki.qemu.org/Features/Livebackup ...
0
votes
1answer
587 views

Windows 8 app lifecycle management: “SaveState” not firing

I'm trying to stop my webcam preview when my app suspends (because it doesn't like resuming). I'm following the 'Getting Started' guide on MSDN here I've added await ...
0
votes
1answer
300 views

Win 8 Metro App won't suspend correctly / Cert Kit fails

my Javascript/HTML based Metro App is finished that far, but I can't get it to suspend correctly. The taskmanager and the Cert Kit are telling me that my App is not getting suspended. I have no clue ...
-1
votes
1answer
21 views

We have an app that we only use 6 months out of the year. Can we temporarily deactivate it without deleting it? [closed]

We have a facebook app that we only use six months out of the year. Can we temporarily deactivate it without deleting it?
2
votes
1answer
365 views

Is it possible to suspend and resume a windows Azure server?

I have a program that I run only 1-2 hours a day. Is there a way to suspend the Azure server so I don't pay for it, then resume it later? How fast is it to suspend and then resume?
2
votes
1answer
587 views

How to use waitHandle in vb.net

I have VS2010 and I'm working on a windows form application. So, I have threads created dynamically (depending on user input), the processing for these threads can take quiet a while (days in extreme ...

1 2 3