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 gregory.p.smith, pablogsal, ronaldoussoren, serhiy.storchaka, vstinner
Date 2018-09-18.16:04:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537286691.39.0.956365154283.issue34663@psf.upfronthosting.co.za>
In-reply-to
Content
Some interesting read:

Go is using vfork/posix_spawn when possible:

https://github.com/golang/go/issues/5838

And it seems that have interesting results:

https://about.gitlab.com/2018/01/23/how-a-fix-in-go-19-sped-up-our-gitaly-service-by-30x/
History
Date User Action Args
2018-09-18 16:04:51pablogsalsetrecipients: + pablogsal, gregory.p.smith, ronaldoussoren, vstinner, serhiy.storchaka
2018-09-18 16:04:51pablogsalsetmessageid: <1537286691.39.0.956365154283.issue34663@psf.upfronthosting.co.za>
2018-09-18 16:04:51pablogsallinkissue34663 messages
2018-09-18 16:04:51pablogsalcreate