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. Other Discussions
  3. The Insider News
  4. Will Parallel Code Ever Be Embraced?

Will Parallel Code Ever Be Embraced?

Scheduled Pinned Locked Moved The Insider News
helpasp-netcomquestion
5 Posts 4 Posters 0 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.
  • T Offline
    T Offline
    Terrence Dorsey
    wrote on last edited by
    #1

    Dr Dobb's[^]:

    The advent of the many-core era is not going to push developers to write more parallel code. That hasn't happened as we've gone from 1- to 2- to 4- to 8-core processors, has it? Writing parallel code is not the problem. So, let's stop trying to fix it.

    Parallel programming is getting easier, but it's not clear most programmers need it at all.

    enhzflepE F 2 Replies Last reply
    0
    • T Terrence Dorsey

      Dr Dobb's[^]:

      The advent of the many-core era is not going to push developers to write more parallel code. That hasn't happened as we've gone from 1- to 2- to 4- to 8-core processors, has it? Writing parallel code is not the problem. So, let's stop trying to fix it.

      Parallel programming is getting easier, but it's not clear most programmers need it at all.

      enhzflepE Offline
      enhzflepE Offline
      enhzflep
      wrote on last edited by
      #2

      Link points to http://lostechies.com/jimmybogard/2012/07/20/choosing-an-orm-strategy/[^] (the previous news item)

      F 1 Reply Last reply
      0
      • enhzflepE enhzflep

        Link points to http://lostechies.com/jimmybogard/2012/07/20/choosing-an-orm-strategy/[^] (the previous news item)

        F Offline
        F Offline
        Fabrice Leal 0
        wrote on last edited by
        #3

        Correct link: http://www.drdobbs.com/parallel/will-parallel-code-ever-be-embraced/240003926[^]

        T 1 Reply Last reply
        0
        • F Fabrice Leal 0

          Correct link: http://www.drdobbs.com/parallel/will-parallel-code-ever-be-embraced/240003926[^]

          T Offline
          T Offline
          Terrence Dorsey
          wrote on last edited by
          #4

          Thanks for the heads up, guys. Links should be fixed now.

          Director of Content Development, The Code Project

          1 Reply Last reply
          0
          • T Terrence Dorsey

            Dr Dobb's[^]:

            The advent of the many-core era is not going to push developers to write more parallel code. That hasn't happened as we've gone from 1- to 2- to 4- to 8-core processors, has it? Writing parallel code is not the problem. So, let's stop trying to fix it.

            Parallel programming is getting easier, but it's not clear most programmers need it at all.

            F Offline
            F Offline
            Florin Jurcovici 0
            wrote on last edited by
            #5

            First, people should first learn to program properly using callbacks - especially on the client side this sort of parallel (concurrent?) code greatly alleviates the need for multi-threading - and is dearly needed for most programmers, in web development. Second, parallel code is easy, as long as you partition your data adequately. If all your threads want to access all your data all of the time, you're embracing congested programming instead.

            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