Until node.js makes their home page intelligible to a novice, none of this matters.
Joyent responds to Yahoo's issues with V8 being used under Node.js
11–20 of 22 posts
Re: Joyent responds to Yahoo's issues with V8 being used under Node.js
#12"We’ll fork it. And fork it hard. Fork it like it’s never been forked before"
I love this comment. I really enjoy node.js but have never really paid attention to Joyent, until now. They have immense respect from me (not that it counts for much) for their candid response and their push for SSJS and node.js
Re: Joyent responds to Yahoo's issues with V8 being used under Node.js
#13Earlier quoted context omitted.
I admit both of them have lots to say about SSJS or even SS-anything. Still I can't understand Bruno's sentiment towards thread-per-request approach, considering that he's talking about the Node here. Node.js is all about a simplicity of evented, single thread design. If someone thinks this "worse is better" approach went too far in this case, why to use Node at all? There are tons of good thread-based solutions nowa…
The issue is that a single V8 thread in Node.js could be handling the event loop for thousands of clients. A process crash here could cause a mini thundering-herd when all the users attempt to reconnect at the same time. So his question is not baseless - the solution is to have a VM that rarely crashes. n.b. Erlang also hard-crashes when it can't allocate memory. This hasn't hurt its reputation for reliability.
Re: Joyent responds to Yahoo's issues with V8 being used under Node.js
#14So it's a natural question to ask if Yahoo, as a company, are thinking of investing millions of dollars (in terms of manpower) on node.js .
Jason's response seemed more like "we'll cross that bridge when we come to it". Which is perfectly reasonable (and the norm) in startup-world; but large, established companies with their BCPs and contingency-planning and long product lifecycles don't usually think that way.
IMHO, if Yahoo is planning on going all-out for SSJS, they should develop some in-house expertise on V8 so that they can fork it for internal use and not have to wait on Google.
Re: Joyent responds to Yahoo's issues with V8 being used under Node.js
#15"We’ll fork it. And fork it hard. Fork it like it’s never been forked before"
I love this comment. I really enjoy node.js but have never really paid attention to Joyent, until now. They have immense respect from me (not that it counts for much) for their candid response and their push for SSJS and node.js
Re: Joyent responds to Yahoo's issues with V8 being used under Node.js
#16Until node.js makes their home page intelligible to a novice, none of this matters.
Of course, once we get to the aforementioned 1.0 release with a stable API, things will get a lot better, either from the node guys or third-party guides.
Re: Joyent responds to Yahoo's issues with V8 being used under Node.js
#17Until node.js makes their home page intelligible to a novice, none of this matters.
Re: Joyent responds to Yahoo's issues with V8 being used under Node.js
#18Earlier quoted context omitted.
I admit both of them have lots to say about SSJS or even SS-anything. Still I can't understand Bruno's sentiment towards thread-per-request approach, considering that he's talking about the Node here. Node.js is all about a simplicity of evented, single thread design. If someone thinks this "worse is better" approach went too far in this case, why to use Node at all? There are tons of good thread-based solutions nowa…
The issue is that a single V8 thread in Node.js could be handling the event loop for thousands of clients. A process crash here could cause a mini thundering-herd when all the users attempt to reconnect at the same time. So his question is not baseless - the solution is to have a VM that rarely crashes. n.b. Erlang also hard-crashes when it can't allocate memory. This hasn't hurt its reputation for reliability.
Re: Joyent responds to Yahoo's issues with V8 being used under Node.js
#19Earlier quoted context omitted.
I love this comment. I really enjoy node.js but have never really paid attention to Joyent, until now. They have immense respect from me (not that it counts for much) for their candid response and their push for SSJS and node.js
Why does that quote give you more respect for Joyent?
Re: Joyent responds to Yahoo's issues with V8 being used under Node.js
#20Until node.js makes their home page intelligible to a novice, none of this matters.