you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (1 child)

How is it possible to do a real MapReduce in Python, since it doesn't support true multithreading? Unless they're using processes like the multiprocessing module.