Hacker News new | past | comments | ask | show | jobs | submit login

No memory leaks is always a benefit.



Why do you think PHP doesn't have memory leaks?


Every request gets it's own process and memory space which tears down after the request is complete. Unless there's leaks in the runtime itself, you're pretty much unable to create memory leaks in your application code


That's fine for request/response cycles. What about long running background jobs?




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: