Multiprocess map - Parallel Map
Posted: Fri Apr 19, 2013 10:17 pm
Is there a Parallel version of map (which internally uses spawn) where we can control the number of procs used and timeout?
Something like
This is for utilizing multiple processors instead of the regular map which is sequential.
Something like
Code: Select all
(parallel-map func seq max-procs timeout)