> If so, it looks like it might be possible to give > Python a fork() that works on Windows, at least for > the time being.
It's quite a challenge. That call just creates a process, and not thread. You need to invoke many more API calls to make the process actually run. For some reason (which I couldn't figure out), Cygwin abstained from using that in their implementation of fork. Regards, Martin _______________________________________________ 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