Message 325272 - Python tracker
Message325272
| 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:38 | pablogsal | set | recipients: + pablogsal |
| 2018-09-13 18:11:38 | pablogsal | set | messageid: <1536862298.62.0.956365154283.issue34663@psf.upfronthosting.co.za> |
| 2018-09-13 18:11:38 | pablogsal | link | issue34663 messages |
| 2018-09-13 18:11:38 | pablogsal | create | |