xanthics / gw2craft

Driving force behind gw2crafts
http://gw2crafts.net
MIT License
68 stars 16 forks source link

Initialize globals at the start of each process, so it works on Windows. #29

Closed PeterHatch closed 8 years ago

PeterHatch commented 8 years ago

A very simple change to get things working on Windows, where a new process does not inherit state. (See http://rhodesmill.org/brandon/2010/python-multiprocessing-linux-windows/ for details.)

This was the cause of issue #25 on Windows.