Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> Simple execution model for server-side apps: each request is practically a separate process, sharing nothing with the others

It occurs to me that this isn’t a technical impossibility with JavaScript. It wouldn’t be difficult to write a library that spins up a new node process for each request. It’s just less efficient and goes against the grain of the language. (Having asynchronous IO)



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

Search: