in reply to Parallel Processing on win10
If I just fork() them, will these process be able to run in parallel on separate processors?
Yes. For fork(), the limit is 64 pseudo-processes on the Windows platform; $^O eq 'Win32'. There's no limit using threads.
|
|---|