Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
emmelaich
41 days ago
|
parent
|
context
|
favorite
| on:
Moving beyond fork() + exec()
The nice thing about fork+exec is that's its simple and flexible.
To avoid the problems, see roc's comment under the article. Esp use of a zygote process.
Consider applying for YC's Fall 2026 batch!
Applications
are open till July 27.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
To avoid the problems, see roc's comment under the article. Esp use of a zygote process.