![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#11 |
|
Programming Guru
![]() ![]() ![]() |
In windows: explorer.exe would be a critical system task. (btw iexplorer is for internet explorer).
__________________
http://jasonpowers.net "There are a thousand hacking at the branches of evil to one who is striking at the root." |
|
|
|
|
|
#12 |
|
Programming Guru
![]() Join Date: Apr 2005
Posts: 1,799
Rep Power: 5
![]() |
Sorry, I sort of phrased my question wrong.
I didn't mean critical as in critical to being there, but critical to having a higher priority then all other programs. Like if explorer has less memory available, can something actually go wrong? |
|
|
|
|
|
#13 | |
|
Hobbyist Programmer
Join Date: Oct 2005
Posts: 211
Rep Power: 3
![]() |
Quote:
)Generally interrupting/ignoring/delaying OS level commands is a good way to have bad things happen. I don't think priority determines the amount of memory a process can have but rather it's weight in the queue to use CPU time, and the amount of time it gets to spend in the CPU accordingly. A good example of a problem this could cause is if the OS doesn't get enough time to calculate screen output according to the refresh rate of the monitor the screen could get choppy or inaccurate. -MBirchmeier *Note: The above posting is in no way based on anything proven, and I could be wrong, I'm just going based on things I remember from various OS and cpu management classes, so if I'm spewing a load of crap please correct me* |
|
|
|
|
|
|
#14 | |
|
Professional Programmer
|
Gui would most likely just process slower than usual. Nothing (aside from windows/folders/etc.. loading a bit slower) should happen so long as it still has a minimal amount of memory available, which cant be too high.
__________________
▄▄▄▄ Quote:
Due to incorrect calculations during the middle ages, our calendar actually begins a few years after Jesus' birth. Thus the real 6/6/6 happened a few years back. The world already ended and you missed it. Download Code::Blocks now! ▄▄▄▄ |
|
|
|
|
|
|
#15 |
|
Programming Guru
![]() Join Date: Apr 2005
Posts: 1,799
Rep Power: 5
![]() |
Well the computer is not even being used, so should I care about that? The only thing the computer is actually for is running one python script.
|
|
|
|
|
|
#16 |
|
Expert Programmer
|
Maybe you should run linux, its perfect for what you need, you wouldn't need the GUI and other rubbish running at all, saving memory and you wouldn't need all the clutter, saving disk space. :-)
__________________
Join us at #programmingforums @ irc.freenode.net! My software never has bugs. It just develops random features.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|