Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Effectiveness of PC "optomizing" software?  (Read 9128 times)

0 Members and 1 Guest are viewing this topic.

uptonfish

    Topic Starter


    Greenhorn

    Effectiveness of PC "optomizing" software?
    « on: August 18, 2009, 09:53:19 PM »
    I was inquiring as to the effectiveness of these types of programs?  Is there anyone(s) in particular that are better than others?  Is it worth the money for these programs?

    thanks for your input

    Carbon Dudeoxide

    • Global Moderator

    • Mastermind
    • Thanked: 169
      • Yes
      • Yes
      • Yes
    • Certifications: List
    • Experience: Guru
    • OS: Mac OS
    Re: Effectiveness of PC "optomizing" software?
    « Reply #1 on: August 18, 2009, 11:24:23 PM »
    NEVER buy software that claims to 'optimize' your computer.

    The only optimizing programs we recommend is CCleaner and Smart Defrag. Go check them out. They're free and they actually do some good.

    Saurabhdua



      Hopeful

      Thanked: 4
      • Experience: Beginner
      • OS: Windows 7
      Re: Effectiveness of PC "optomizing" software?
      « Reply #2 on: August 19, 2009, 01:06:28 AM »
      Hello Carbon! :)

      I use both of these!

      Any comments about "Memory Optimizers" like Free RAM XP Pro or RAM Booster? ???

      Do these things actually work or rather Overwhelm PC resources by creating a mere EYEWASH? :-\

      Carbon Dudeoxide

      • Global Moderator

      • Mastermind
      • Thanked: 169
        • Yes
        • Yes
        • Yes
      • Certifications: List
      • Experience: Guru
      • OS: Mac OS
      Re: Effectiveness of PC "optomizing" software?
      « Reply #3 on: August 19, 2009, 01:12:51 AM »
      You want to optimize memory? Turn off the PC. Once power stops flowing through your memory, the entire flash storage is cleared.

      RAM 'boosters' are completely useless.



      As I said, NEVER buy anything that claims to make your computer faster.

      BC_Programmer


        Mastermind
      • Typing is no substitute for thinking.
      • Thanked: 1140
        • Yes
        • Yes
        • BC-Programming.com
      • Certifications: List
      • Computer: Specs
      • Experience: Beginner
      • OS: Windows 11
      Re: Effectiveness of PC "optomizing" software?
      « Reply #4 on: August 19, 2009, 01:21:23 AM »
      You want to optimize memory? Turn off the PC. Once power stops flowing through your memory, the entire flash storage is cleared.



      ?

      flash?


      I don't think PCs use Flash memory for their main RAM  ;)


      Either way, I used to use a neat little program called "RAMpage", it had the ability to "free" memory, but in general that just moved everything to the pagefile. It was good for displaying free RAM in the notification area, that's what I mainly used it for.

      the "memory optimization" routines are basically a single call.

      "GlobalCompact"

      "analogX maxmem uses a unique and revolutionary algorithm to optimize it's memory, something that engineers took months to develop.

      Code: [Select]
      int Optimize()
      {
       if (GlobalCompact()) GlobalCompact() else GlobalCompact() && !GlobalCompact();
      }

      I was trying to dereference Null Pointers before it was cool.

      Carbon Dudeoxide

      • Global Moderator

      • Mastermind
      • Thanked: 169
        • Yes
        • Yes
        • Yes
      • Certifications: List
      • Experience: Guru
      • OS: Mac OS
      Re: Effectiveness of PC "optomizing" software?
      « Reply #5 on: August 19, 2009, 02:05:12 AM »
      Isn't RAM volatile flash memory?

      BC_Programmer


        Mastermind
      • Typing is no substitute for thinking.
      • Thanked: 1140
        • Yes
        • Yes
        • BC-Programming.com
      • Certifications: List
      • Computer: Specs
      • Experience: Beginner
      • OS: Windows 11
      Re: Effectiveness of PC "optomizing" software?
      « Reply #6 on: August 19, 2009, 02:15:19 AM »
      it's not Flash memory it's DRAM.

      Flash memory is, by definition, never volatile.

      DRAM stores each bit in a separate capacitor, and it needs to be constantly "charged" (DRAM refresh) to keep the data intact. Flash Memory uses transistors.

      Flash memory only uses power when data is read from/written to it, and keeps it's data when power is no longer applied.


      More specifically, Flash Memory is really a type EEPROM, or Electrically Erasable Programmable Read-Only Memory; however, unlike say, BIOS chips, Flash Memory devices generally use a much larger block size and have much faster erase cycles, which was the main drawback of using EEPROM type memory for transient data storage to begin with.




      I was trying to dereference Null Pointers before it was cool.

      Carbon Dudeoxide

      • Global Moderator

      • Mastermind
      • Thanked: 169
        • Yes
        • Yes
        • Yes
      • Certifications: List
      • Experience: Guru
      • OS: Mac OS
      Re: Effectiveness of PC "optomizing" software?
      « Reply #7 on: August 19, 2009, 02:57:23 AM »
      Hmmmm all right. Thanks for that.

      hot dog

      • Guest
      Re: Effectiveness of PC "optomizing" software?
      « Reply #8 on: August 19, 2009, 07:13:00 AM »
      DRAM stores each bit in a separate capacitor, and it needs to be constantly "charged" (DRAM refresh) to keep the data intact. Flash Memory uses transistors.

      Just to expand a little on this, not only does DRAM need constant refreshing, but DRAM loses it's contents when the computer is powered off because that Dynamic recharge is no longer present, I think that's what you meant by storage being "cleared" Carbon  ;)

      hot dog

      • Guest
      Re: Effectiveness of PC "optomizing" software?
      « Reply #9 on: August 19, 2009, 07:25:38 AM »
      More specifically, Flash Memory is really a type EEPROM, or Electrically Erasable Programmable Read-Only Memory; however, unlike say, BIOS chips, Flash Memory devices generally use a much larger block size and have much faster erase cycles, which was the main drawback of using EEPROM type memory for transient data storage to begin with.

      When you say "bios chips" I assume you're talking about the PROM chips that were used before EEPROM?  The one's that could only be written to once, and had to be replaced with a whole new chip to update the BIOS?  Technically, EEPROM chips are used for BIOS storage now days because they're so easily "programmable" (making them easy to update or "flash")   I'm sure you knew that, but I just wanted to make the distinction for Carbon..   ;D

      BC_Programmer


        Mastermind
      • Typing is no substitute for thinking.
      • Thanked: 1140
        • Yes
        • Yes
        • BC-Programming.com
      • Certifications: List
      • Computer: Specs
      • Experience: Beginner
      • OS: Windows 11
      Re: Effectiveness of PC "optomizing" software?
      « Reply #10 on: August 19, 2009, 08:42:03 AM »
      No. I'm talking about EEPROM. they use the same tech, but as I said flash memory uses a larger block size in the control circuitry, the actual storage is the same, just the controller has been optimized. (erase-rate is a bit more important with a dynamically rewritable flash drive then with a BIOS chip.).

      BIOS chips have come in several versions- the original ROM chip, whose contents were physically "engraved" into the circuits- then the PROM, whereby the chip was burned by blowing specific transistors circuits to represent 0's and 1's- then the EPROM, which could be erased by exposing it to ultraviolet light... there were a few others, but I don't have them ALL memorized. nowadays, though, BIOS chips are Flash memory devices, just like in a flash drive.
      I was trying to dereference Null Pointers before it was cool.

      hot dog

      • Guest
      Re: Effectiveness of PC "optomizing" software?
      « Reply #11 on: August 19, 2009, 01:56:21 PM »
      BIOS chips have come in several versions- the original ROM chip, whose contents were physically "engraved" into the circuits- then the PROM, whereby the chip was burned by blowing specific transistors circuits to represent 0's and 1's- then the EPROM, which could be erased by exposing it to ultraviolet light... there were a few others, but I don't have them ALL memorized. nowadays, though, BIOS chips are Flash memory devices, just like in a flash drive.

      interesting...I always thought that "rom" chips are PROM chips, after being burned  :)  In other words, after they're burned they are ROM chips because they loose the "P" in PROM and they're no longer "Programmable", like a worm disc, "write once read many".  Didn't realize there was another verison of "rom" that came before...

      BC_Programmer


        Mastermind
      • Typing is no substitute for thinking.
      • Thanked: 1140
        • Yes
        • Yes
        • BC-Programming.com
      • Certifications: List
      • Computer: Specs
      • Experience: Beginner
      • OS: Windows 11
      Re: Effectiveness of PC "optomizing" software?
      « Reply #12 on: August 20, 2009, 08:57:51 AM »
      essentially- yes, they would become, functionally, simply a "ROM" chip. however remember that, unlike the earlier hard-circuited BIOS's (used up to around the 486 era) they could still be burned further- IE, everything could be made a 0... or maybe it was a 1... either way, they were still "changable" in that sense.

      I was trying to dereference Null Pointers before it was cool.

      smeezekitty

      • Guest
      Re: Effectiveness of PC "optomizing" software?
      « Reply #13 on: August 20, 2009, 03:08:51 PM »
      http://www.sourceforge.net/projects/littlecleaner/
      is safe and free but really not neccessary
      just avoid optimisers alltogher

      Carbon Dudeoxide

      • Global Moderator

      • Mastermind
      • Thanked: 169
        • Yes
        • Yes
        • Yes
      • Certifications: List
      • Experience: Guru
      • OS: Mac OS
      Re: Effectiveness of PC "optomizing" software?
      « Reply #14 on: August 20, 2009, 11:09:39 PM »
      Don't use Registry Cleaners as well. They're pretty much useless.

      By using them you risk damaging your Operating System.

      Saurabhdua



        Hopeful

        Thanked: 4
        • Experience: Beginner
        • OS: Windows 7
        Re: Effectiveness of PC "optomizing" software?
        « Reply #15 on: August 21, 2009, 12:54:03 AM »
        Hello Carbon & other Folks! :)

        Don use Registry Cleaners?...Carbon, it seems you are going too far from reality! :o

        No. of Guys even don know on how to access Windows Registry & No. of "GOOD" Registry cleaners do offer that flexibility & expertise to the Novice & avert all hassles!

        Its a "Periodic RITUAL" for me to clean my System atleast once a month in the order of:: 8)

        >>Clear Junk Files using any one of the popular names.

        >>Run a "Registry Cleaner" & wipe off those obsolete & redundant entries using likes of Auslogics FREE registry Cleaner OR WISE Registry cleaner OR AML one.....there are literally LOADS of these!

        >>After cleaning JUNK, I go for "Registry Defragmentation" using QuickSys utility.

        >>Finally, the "File Defragmentation" using MyDefrag.

        It really keeps my System running at an OPTIMUM Levels.

        [Removed]
        « Last Edit: August 21, 2009, 02:39:12 AM by Carbon Dudeoxide »

        smeezekitty

        • Guest
        Re: Effectiveness of PC "optomizing" software?
        « Reply #16 on: August 21, 2009, 12:59:30 AM »
        i use little reg cleaner once a month
        i usuly find about 200 unused reg entrys
        and i have slightly inproved boot time after doing so
        and nver had any problem with it

        Carbon Dudeoxide

        • Global Moderator

        • Mastermind
        • Thanked: 169
          • Yes
          • Yes
          • Yes
        • Certifications: List
        • Experience: Guru
        • OS: Mac OS
        Re: Effectiveness of PC "optomizing" software?
        « Reply #17 on: August 21, 2009, 02:40:38 AM »
        Absolutely appalling remark at the end, Saurabhdua. Removed.

        So, after all the trouble with the registry cleaners and defragmentors, how much faster does your computer get?

        Saurabhdua



          Hopeful

          Thanked: 4
          • Experience: Beginner
          • OS: Windows 7
          Re: Effectiveness of PC "optomizing" software?
          « Reply #18 on: August 21, 2009, 04:08:47 AM »
          Excuse me..O dear Carbon Dude! >:(

          You can't take away my "Freedom of Expression"!...It was NOT DEROGATORY at all?! :(

          Secondly, A "Moderator" can NEVER be a Hardliner!

          Please REVIEW & pull my Content back! :'(

          Carbon Dudeoxide

          • Global Moderator

          • Mastermind
          • Thanked: 169
            • Yes
            • Yes
            • Yes
          • Certifications: List
          • Experience: Guru
          • OS: Mac OS
          Re: Effectiveness of PC "optomizing" software?
          « Reply #19 on: August 21, 2009, 04:31:05 AM »
          You can't take away my "Freedom of Expression"!


          I just did.

          It was an unnecessary and offensive comment.

          smeezekitty

          • Guest
          Re: Effectiveness of PC "optomizing" software?
          « Reply #20 on: August 21, 2009, 11:55:00 AM »
          i notice some difrence but 1300 ms is not the faster boot time

          kpac

          • Web moderator


          • Hacker

          • kpac®
          • Thanked: 184
            • Yes
            • Yes
            • Yes
          • Certifications: List
          • Computer: Specs
          • Experience: Expert
          • OS: Windows 7
          Re: Effectiveness of PC "optomizing" software?
          « Reply #21 on: August 21, 2009, 11:57:33 AM »
          Quote
          It was an unnecessary and offensive comment.
          And can you stop using all the possible kinds of post formatting available as well?

          Quote
          You can't take away my "Freedom of Expression"!...It was NOT DEROGATORY at all?!
          Freedom of expression? Where? If you don't like the rules here, start your own forum.

          BC_Programmer


            Mastermind
          • Typing is no substitute for thinking.
          • Thanked: 1140
            • Yes
            • Yes
            • BC-Programming.com
          • Certifications: List
          • Computer: Specs
          • Experience: Beginner
          • OS: Windows 11
          Re: Effectiveness of PC "optomizing" software?
          « Reply #22 on: August 21, 2009, 01:12:18 PM »
          Quote
          No. of Guys even don know on how to access Windows Registry & No. of "GOOD" Registry cleaners do offer that flexibility & expertise to the Novice & avert all hassles!


          I know what's in the registry and where a lot of stuff would be and I know that there's no point deleting changing anything programmatically that a program shouldn't be changing. I've been over my reasons a few times already (file paths and the like). Even clearing out nonexistent COM components could have disastrous effects. what if normally the Server program is on a network drive? And you run it when it's disconnected. Oop! Can't find the file so it deletes the key. Now suddenly Super-Duper Server program doesn't work because it can't find the File library, BCFile (Heh, in my dreams) that it uses!


          http://blogs.technet.com/markrussinovich/archive/2005/10/02/registry-junk-a-windows-fact-of-life.aspx
          I was trying to dereference Null Pointers before it was cool.

          Quantos



            Guru
          • Veni, Vidi, Vici
          • Thanked: 170
            • Yes
            • Yes
          • Computer: Specs
          • Experience: Guru
          • OS: Linux variant
          Re: Effectiveness of PC "optomizing" software?
          « Reply #23 on: August 21, 2009, 02:39:20 PM »

          I know what's in the registry and where a lot of stuff would be and I know that there's no point deleting changing anything programmatically that a program shouldn't be changing. I've been over my reasons a few times already (file paths and the like). Even clearing out nonexistent COM components could have disastrous effects. what if normally the Server program is on a network drive? And you run it when it's disconnected. Oop! Can't find the file so it deletes the key. Now suddenly Super-Duper Server program doesn't work because it can't find the File library, BCFile (Heh, in my dreams) that it uses!


          http://blogs.technet.com/markrussinovich/archive/2005/10/02/registry-junk-a-windows-fact-of-life.aspx

          Seconded.
          Evil is an exact science.

          patio

          • Moderator


          • Genius
          • Maud' Dib
          • Thanked: 1769
            • Yes
          • Experience: Beginner
          • OS: Windows 7
          Re: Effectiveness of PC "optomizing" software?
          « Reply #24 on: August 21, 2009, 03:34:04 PM »
          BC...

          Abandon the search engine project immediately and start on a Registry optimizer...

          Seriously,
          patio.
          " Anyone who goes to a psychiatrist should have his head examined. "

          kpac

          • Web moderator


          • Hacker

          • kpac®
          • Thanked: 184
            • Yes
            • Yes
            • Yes
          • Certifications: List
          • Computer: Specs
          • Experience: Expert
          • OS: Windows 7
          Re: Effectiveness of PC "optomizing" software?
          « Reply #25 on: August 21, 2009, 03:54:08 PM »
          Quote
          search engine project
          When was this communicated? ;D

          patio

          • Moderator


          • Genius
          • Maud' Dib
          • Thanked: 1769
            • Yes
          • Experience: Beginner
          • OS: Windows 7
          Re: Effectiveness of PC "optomizing" software?
          « Reply #26 on: August 21, 2009, 03:57:24 PM »
          When was this communicated? ;D
          Stop following me...
          " Anyone who goes to a psychiatrist should have his head examined. "

          kpac

          • Web moderator


          • Hacker

          • kpac®
          • Thanked: 184
            • Yes
            • Yes
            • Yes
          • Certifications: List
          • Computer: Specs
          • Experience: Expert
          • OS: Windows 7
          Re: Effectiveness of PC "optomizing" software?
          « Reply #27 on: August 21, 2009, 03:58:37 PM »
          err.....It's not me, seriously.

          patio

          • Moderator


          • Genius
          • Maud' Dib
          • Thanked: 1769
            • Yes
          • Experience: Beginner
          • OS: Windows 7
          Re: Effectiveness of PC "optomizing" software?
          « Reply #28 on: August 21, 2009, 04:07:00 PM »
          Did you DLoad and test the BETA ? ?

           ;D
          " Anyone who goes to a psychiatrist should have his head examined. "

          kpac

          • Web moderator


          • Hacker

          • kpac®
          • Thanked: 184
            • Yes
            • Yes
            • Yes
          • Certifications: List
          • Computer: Specs
          • Experience: Expert
          • OS: Windows 7
          Re: Effectiveness of PC "optomizing" software?
          « Reply #29 on: August 21, 2009, 04:11:33 PM »
          Ahh, it's a beta. So, no - I didn't.

          Anyway, joking aside, what are we talking about? Is this BCSearch or something? Heh..

          patio

          • Moderator


          • Genius
          • Maud' Dib
          • Thanked: 1769
            • Yes
          • Experience: Beginner
          • OS: Windows 7
          Re: Effectiveness of PC "optomizing" software?
          « Reply #30 on: August 21, 2009, 04:15:46 PM »
          Yepper...

          Although if i remember correctly he gave it a more Robust name...

          Something like Nuke the Whales and sort them out or something...
          " Anyone who goes to a psychiatrist should have his head examined. "

          kpac

          • Web moderator


          • Hacker

          • kpac®
          • Thanked: 184
            • Yes
            • Yes
            • Yes
          • Certifications: List
          • Computer: Specs
          • Experience: Expert
          • OS: Windows 7
          Re: Effectiveness of PC "optomizing" software?
          « Reply #31 on: August 21, 2009, 04:17:44 PM »
          Quote
          Nuke the Whales and sort them out
          LOL

          I feel a long post comin' on.

          patio

          • Moderator


          • Genius
          • Maud' Dib
          • Thanked: 1769
            • Yes
          • Experience: Beginner
          • OS: Windows 7
          Re: Effectiveness of PC "optomizing" software?
          « Reply #32 on: August 21, 2009, 04:22:52 PM »
          Just wait 'til he shows up...
          " Anyone who goes to a psychiatrist should have his head examined. "

          BC_Programmer


            Mastermind
          • Typing is no substitute for thinking.
          • Thanked: 1140
            • Yes
            • Yes
            • BC-Programming.com
          • Certifications: List
          • Computer: Specs
          • Experience: Beginner
          • OS: Windows 11
          Re: Effectiveness of PC "optomizing" software?
          « Reply #33 on: August 22, 2009, 08:56:37 AM »
          I have absolutely no idea what is going on.

          BCSearch is at version 1.4 now... or maybe it was 1.6. hey, I'm not supposed to keep track of these things, am I? Also it's a file search program, not for web searches :)


          heh, the older versions were... interesting. Take for example the instant crash when using the Directory Size Analyzer.


          Also I've discovered that it doesn't want to work on windows 2000. But it's Microsoft's fault, their XML library won't load.

          (and yes, you guessed it, I've already set to writing my own small parser to deal with that problem).

          For the most part I've become intrigued by two games, "Poing" a arkanoid clone, and "walls" a clone of "Tron" as well as snake games.

          I've been pondering how gameplay would work if I was to merge the two gameplay ideas into one game- instead of a paddle to bounce the balls around perhaps a snake?

          At the same time I'm trying to get Poing into a state where the bugs aren't quite so embarassing. That being said I have had some short stints working on a recent idea of mine, something of a "hijackthis" clone, which I dubbed "possumfix".


          I was trying to dereference Null Pointers before it was cool.

          Quantos



            Guru
          • Veni, Vidi, Vici
          • Thanked: 170
            • Yes
            • Yes
          • Computer: Specs
          • Experience: Guru
          • OS: Linux variant
          Re: Effectiveness of PC "optomizing" software?
          « Reply #34 on: August 22, 2009, 12:28:26 PM »
          That being said I have had some short stints working on a recent idea of mine, something of a "hijackthis" clone, which I dubbed "possumfix".

          But will it work with CGA?
          Evil is an exact science.