dual core threading

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • linksterman
    New Member
    • Jul 2007
    • 38

    dual core threading

    Ive done several searches, but i still cant find anything about how to do dual core threading w/ python. currently my program will use 100% of only one core.
  • bartonc
    Recognized Expert Expert
    • Sep 2006
    • 6478

    #2
    Originally posted by linksterman
    Ive done several searches, but i still cant find anything about how to do dual core threading w/ python. currently my program will use 100% of only one core.
    Check out Parallel Python.

    Comment

    • linksterman
      New Member
      • Jul 2007
      • 38

      #3
      Originally posted by bartonc
      Check out Parallel Python.
      wow, that is just what i needed, networked and multiple core support... thanks. this will provide me with some enjoyment and experimentation the next few days.

      Comment

      • bartonc
        Recognized Expert Expert
        • Sep 2006
        • 6478

        #4
        Originally posted by linksterman
        wow, that is just what i needed, networked and multiple core support... thanks. this will provide me with some enjoyment and experimentation the next few days.
        That's what they don't pay me for... Just hanging around picking up little gems like that one.

        Comment

        Working...