Comment on posix-spawn: a faster fork+exec for rubyComments−andrewvc15yThis is awesome, Aman's one of my favorite rubyists, I can't say I'm surprised to find out he's behind this.If anyone's curious how processes/threads are represented internally on modern linux kernels, I wrote an article on that here: http://blog.andrewvc.com/fork2-is-dead-long-live-fork-i-mean...−tmm1OP15yThis is a great article. I came across it while hacking on posix-spawn and it was quite useful.
Comments
This is awesome, Aman's one of my favorite rubyists, I can't say I'm surprised to find out he's behind this.
If anyone's curious how processes/threads are represented internally on modern linux kernels, I wrote an article on that here: http://blog.andrewvc.com/fork2-is-dead-long-live-fork-i-mean...
This is a great article. I came across it while hacking on posix-spawn and it was quite useful.