Python Forum
parallel processing on Mac
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
parallel processing on Mac
#4
It could just be that you're using a Pool instead of just starting a couple Processes.  A pool might (...hopefully) only actually starts new processes if they're needed.  For smallish tasks, it makes sense to just do everything in a single thread.
Reply


Messages In This Thread
parallel processing on Mac - by ahost - Aug-31-2017, 03:06 AM
RE: parallel processing on Mac - by ahost - Aug-31-2017, 06:34 AM
RE: parallel processing on Mac - by ahost - Aug-31-2017, 07:46 AM
RE: parallel processing on Mac - by nilamo - Aug-31-2017, 08:48 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020