This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pablogsal
Recipients pablogsal
Date 2018-09-13.18:11:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536862298.62.0.956365154283.issue34663@psf.upfronthosting.co.za>
In-reply-to
Content
In some systems, posix_spawn has an optional flag (POSIX_SPAWN_USEVFORK) that is GNU specific and allows the user to force posix_spawn to spawn the child using vfork instead of fork. This is very beneficial as it gives great speedups compare with normal fork+execv.
History
Date User Action Args
2018-09-13 18:11:38pablogsalsetrecipients: + pablogsal
2018-09-13 18:11:38pablogsalsetmessageid: <1536862298.62.0.956365154283.issue34663@psf.upfronthosting.co.za>
2018-09-13 18:11:38pablogsallinkissue34663 messages
2018-09-13 18:11:38pablogsalcreate