Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Please suggest tips or tools to improve perfomance for old Visual C++ 6.0 projects

Please suggest tips or tools to improve perfomance for old Visual C++ 6.0 projects

Scheduled Pinned Locked Moved C / C++ / MFC
c++salestoolshelpquestion
5 Posts 4 Posters 2 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    Jijo Raj
    wrote on last edited by
    #1

    Hi friends, Can anyone suggest tips or tools or tutorials for improve perfomance for old Visual C++ projects ? My company maintains a lot of Visual C++ projects of our customers. Our customer gives C++ projects of about 2-5 years old and request us to improve perfomance. :sigh: If anyone worked for such kind of maintanence projects which includes perfomance tuning, please help us by your valuable tips. :) Thanks & Regards, Jijo. ________________________________ Yesterday is history, Tomorrow is a mystery, But today is a present.

    D J 2 Replies Last reply
    0
    • J Jijo Raj

      Hi friends, Can anyone suggest tips or tools or tutorials for improve perfomance for old Visual C++ projects ? My company maintains a lot of Visual C++ projects of our customers. Our customer gives C++ projects of about 2-5 years old and request us to improve perfomance. :sigh: If anyone worked for such kind of maintanence projects which includes perfomance tuning, please help us by your valuable tips. :) Thanks & Regards, Jijo. ________________________________ Yesterday is history, Tomorrow is a mystery, But today is a present.

      D Offline
      D Offline
      David Crow
      wrote on last edited by
      #2

      I offer this tongue-in-cheek: When you initially create a project, lace it with gratuitous sleep and delay-type code. Then when the customer asks that its performance be increased, simply remove the extraneous code and voila...you delivered a faster product and the customer thinks you killed a bear!


      "One must learn from the bite of the fire to leave it alone." - Native American Proverb

      V 1 Reply Last reply
      0
      • J Jijo Raj

        Hi friends, Can anyone suggest tips or tools or tutorials for improve perfomance for old Visual C++ projects ? My company maintains a lot of Visual C++ projects of our customers. Our customer gives C++ projects of about 2-5 years old and request us to improve perfomance. :sigh: If anyone worked for such kind of maintanence projects which includes perfomance tuning, please help us by your valuable tips. :) Thanks & Regards, Jijo. ________________________________ Yesterday is history, Tomorrow is a mystery, But today is a present.

        J Offline
        J Offline
        Jose Lamas Rios
        wrote on last edited by
        #3

        It's hard to point to general techniques to improve performance in abstract. As vague as it sounds, I'd say you first need to identify which are the parts of the program in which you find it slow to respond, and then visually inspect the code and make some profiling, looking for opportunities to improve. Maybe if you posted about some concrete thing you want to optimize... -- jlr http://jlamas.blogspot.com/[^]

        J 1 Reply Last reply
        0
        • D David Crow

          I offer this tongue-in-cheek: When you initially create a project, lace it with gratuitous sleep and delay-type code. Then when the customer asks that its performance be increased, simply remove the extraneous code and voila...you delivered a faster product and the customer thinks you killed a bear!


          "One must learn from the bite of the fire to leave it alone." - Native American Proverb

          V Offline
          V Offline
          vikas amin
          wrote on last edited by
          #4

          U are a SuperHero James , I cant say it was good tip but will surely say this will help me to do business & from a business mans point of view it was great tip. Thank you Pls send me more business tips. Vikas Amin Embin Technology Bombay vikas.amin@embin.com

          1 Reply Last reply
          0
          • J Jose Lamas Rios

            It's hard to point to general techniques to improve performance in abstract. As vague as it sounds, I'd say you first need to identify which are the parts of the program in which you find it slow to respond, and then visually inspect the code and make some profiling, looking for opportunities to improve. Maybe if you posted about some concrete thing you want to optimize... -- jlr http://jlamas.blogspot.com/[^]

            J Offline
            J Offline
            Jijo Raj
            wrote on last edited by
            #5

            Dear Lamas, Thank you for your reply. Actually that project is a mission critical backend application running in an ultrasound scanner product. Its build up on some alreay running frameworks. It uses a custom database. So no hope in optimizing those areas. But the application is performing some communication by using winsock. So if you can comment on network communication optimization it will be helpful for me. Regards, Jijo. ________________________________ Yesterday is history, Tomorrow is a mystery, But today is a present.

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups