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.
dual core threading
Collapse
X
-
Tags: None
-
Originally posted by linkstermanIve 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. -
Originally posted by bartoncCheck out Parallel Python.Comment
-
Originally posted by linkstermanwow, 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
Comment