Author: Armin Rigo <[email protected]> Branch: Changeset: r70397:832efcce27b1 Date: 2014-04-02 18:47 +0200 http://bitbucket.org/pypy/pypy/changeset/832efcce27b1/
Log: Mention fork() diff --git a/pypy/doc/stm.rst b/pypy/doc/stm.rst --- a/pypy/doc/stm.rst +++ b/pypy/doc/stm.rst @@ -89,6 +89,9 @@ explicitly force a transaction break just before (and possibly after) each large atomic section, with ``time.sleep(0)``. +* Forking the process is slow because the complete memory needs to be + copied manually right now. + .. _`report bugs`: https://bugs.pypy.org/ _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
