LWN.net Logo

Cool new Free software

Cool new Free software

Posted Dec 19, 2012 17:27 UTC (Wed) by man_ls (subscriber, #15091)
In reply to: Cool new Free software by nix
Parent article: Status.net service to phase out, replaced by pump.io

I was just translating poorly what I imagine that node.js does, to kernel concepts (which for me is admittedly like translating French into Italian). Precisely the idea was to avoid creating a new address space. Instead of having a new address space, just use the kernel's (knowing that the process will not access what it shouldn't).


(Log in to post comments)

Cool new Free software

Posted Dec 19, 2012 19:42 UTC (Wed) by nix (subscriber, #2304) [Link]

Yeah. That's exactly what select(), poll(), and other blocking syscalls do now, and have done since Unix was invented (well, OK, they weren't around then, but read() was, and it did just the same).

Cool new Free software

Posted Dec 19, 2012 19:47 UTC (Wed) by man_ls (subscriber, #15091) [Link]

Way to go then :) Thanks for your patience.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds