What’s the best way to duplicate fork() in windows?

Use the python multiprocessing module which will work everywhere.

Here is a IBM developerWords article that shows how to convert from os.fork() to the multiprocessing module.

Leave a Comment