Tagged Questions
0
votes
0answers
21 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 ...
1
vote
1answer
40 views
framework for suspending/hibernating whole applications
The highlevel problem is: suspending/hibernating entire user level applications is hard due to difficulties in restoring state related to opened files, sockets, etc.
Now, are there any environments ...
3
votes
1answer
1k views
Operating Systems: Process State Transition Diagram
I have:
A I/O devices
B Processors
C Processes
My main memory is large enough to hold C processes.
A is smaller than B and B smaller than C
What is the maximum number of processes that can be in ...