• Login
  • Register
  • Login Register
    Login
    Username:
    Password:
  • Home
  • Members
  • Team
  • Help
User Links
  • Login
  • Register
  • Login Register
    Login
    Username:
    Password:

    Quick Links Home Members Team Help
    Tendo City Tendo City: Metropolitan District Ramble City If unhappy with gas prices please read

     
    • 0 Vote(s) - 0 Average
    If unhappy with gas prices please read
    Laser Link
    Offline

    Moderator

    Posts: 1,352
    Threads: 54
    Joined: 11-23-1999
    #39
    17th May 2004, 10:17 PM
    DJ, you crack me up. :)

    XP is a pretty stable OS, but I have to poke fun at MS whenever I can. It's part of how my school trained me.

    Just a little FYI, since I just finished my Operating Systems class... Like you said, a big key to having multiple programs running is limited by the processor- most of the time your processor is fast enough to time share and make all the programs look like they are happening instantly. Of course, if you have too many programs running, the processor can't keep up an you can notice slowdown. But RAM is a key as well, because if you have several big programs going, and together they want more RAM than you have, you have to do the whole virtual memory thing, and switching data from RAM to hard disk is slow and a big bottleneck. And of course you have the even bigger input/output slowdown, but if you have a process that needs I/O, the OS will be smart enough to block the process from running anymore until it's I/O is done and it is ready to continue processing. In the mean time all the other processes that can run get a little bit more CPU time, and everything works out great. Well, it works out great for the end user, but concurrency is a real pain in the butt for the OS programmer, especially if they try to play with threads...

    And I don't really know why OS have so much trouble, except for the fact that they are the biggest programs you can imagine. I'm sure memory leaks are a big thing, but there is also soooooooooooo much going on underneath that after learning the little I have, I am amazed that this stuff even works at all. It was so difficult to get everything to work together in my OS project, and we had a toy OS. Most of the students didn't even come close to finishing, and some of these are guys who have been programming since they were 6 or 7. I still like to make fun of Microsoft, but I have a lot more respect for their programming skills than before.

    I still have no respect for anything else they do, like marketing, business practices, ...

    This wasn't to say "You're wrong" or anything like that, I just figured you would be interested, since you already know so much.
    Reply
    Reply
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)



    Messages In This Thread
    If unhappy with gas prices please read - by Wiitigo - 13th May 2004, 7:11 PM
    If unhappy with gas prices please read - by Undertow - 13th May 2004, 7:16 PM
    If unhappy with gas prices please read - by Weltall - 13th May 2004, 7:34 PM
    If unhappy with gas prices please read - by OB1 - 13th May 2004, 8:04 PM
    If unhappy with gas prices please read - by Dark Jaguar - 13th May 2004, 11:39 PM
    If unhappy with gas prices please read - by Weltall - 14th May 2004, 2:33 AM
    If unhappy with gas prices please read - by alien space marine - 14th May 2004, 3:26 AM
    If unhappy with gas prices please read - by Great Rumbler - 14th May 2004, 6:58 AM
    If unhappy with gas prices please read - by OB1 - 14th May 2004, 7:22 AM
    If unhappy with gas prices please read - by Weltall - 14th May 2004, 8:42 AM
    If unhappy with gas prices please read - by Darunia - 14th May 2004, 9:08 AM
    If unhappy with gas prices please read - by Moiraine - 14th May 2004, 10:23 AM
    If unhappy with gas prices please read - by A Black Falcon - 14th May 2004, 2:18 PM
    If unhappy with gas prices please read - by Darunia - 14th May 2004, 5:27 PM
    If unhappy with gas prices please read - by geoboy - 14th May 2004, 6:05 PM
    If unhappy with gas prices please read - by Great Rumbler - 15th May 2004, 5:50 AM
    If unhappy with gas prices please read - by Weltall - 15th May 2004, 8:04 AM
    If unhappy with gas prices please read - by Great Rumbler - 15th May 2004, 8:08 AM
    If unhappy with gas prices please read - by Weltall - 15th May 2004, 8:12 AM
    If unhappy with gas prices please read - by Laser Link - 15th May 2004, 9:37 AM
    If unhappy with gas prices please read - by Weltall - 15th May 2004, 1:25 PM
    If unhappy with gas prices please read - by geoboy - 15th May 2004, 3:12 PM
    If unhappy with gas prices please read - by Darunia - 15th May 2004, 3:49 PM
    If unhappy with gas prices please read - by Dark Jaguar - 15th May 2004, 4:05 PM
    If unhappy with gas prices please read - by EdenMaster - 16th May 2004, 9:47 AM
    If unhappy with gas prices please read - by Darunia - 17th May 2004, 10:03 AM
    If unhappy with gas prices please read - by Great Rumbler - 17th May 2004, 11:20 AM
    If unhappy with gas prices please read - by Darunia - 17th May 2004, 12:12 PM
    If unhappy with gas prices please read - by Great Rumbler - 17th May 2004, 1:11 PM
    If unhappy with gas prices please read - by Weltall - 17th May 2004, 2:02 PM
    If unhappy with gas prices please read - by A Black Falcon - 17th May 2004, 2:19 PM
    If unhappy with gas prices please read - by Dark Lord Neo - 17th May 2004, 2:31 PM
    If unhappy with gas prices please read - by Great Rumbler - 17th May 2004, 4:41 PM
    If unhappy with gas prices please read - by Weltall - 17th May 2004, 4:57 PM
    If unhappy with gas prices please read - by A Black Falcon - 17th May 2004, 5:05 PM
    If unhappy with gas prices please read - by Weltall - 17th May 2004, 5:13 PM
    If unhappy with gas prices please read - by Great Rumbler - 17th May 2004, 5:15 PM
    If unhappy with gas prices please read - by A Black Falcon - 17th May 2004, 6:21 PM
    If unhappy with gas prices please read - by Laser Link - 17th May 2004, 10:17 PM
    If unhappy with gas prices please read - by Dark Jaguar - 17th May 2004, 11:27 PM
    If unhappy with gas prices please read - by Darunia - 18th May 2004, 8:39 AM
    If unhappy with gas prices please read - by Laser Link - 18th May 2004, 10:40 AM
    If unhappy with gas prices please read - by Moiraine - 20th May 2004, 6:50 AM
    If unhappy with gas prices please read - by Geno - 20th May 2004, 8:46 AM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Toven Solutions

    Home · Members · Team · Help · Contact

    408 Chapman St. Salem, Viriginia

    +1 540 4276896

    etoven@gmail.com

    About the company Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

    Linear Mode
    Threaded Mode