Giovanni Bajo wrote: > using multiple processes cause some > headaches with frozen distributions (PyInstaller, py2exe, etc.), like those > usually found on Windows, specifically because Windows does not have fork().
Isn't that just a problem with Windows generally? I don't see what the method of packaging has to do with it. Also, I've seen it suggested that there may actually be a way of doing something equivalent to a fork in Windows, even though it doesn't have a fork() system call as such. Does anyone know more about this? -- Greg Ewing, Computer Science Dept, +--------------------------------------+ University of Canterbury, | Carpe post meridiem! | Christchurch, New Zealand | (I'm not a morning person.) | [EMAIL PROTECTED] +--------------------------------------+ _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com