Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Node v0.7.0
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Mikeal Rogers  
View profile  
 More options Jan 17 2012, 4:25 pm
From: Mikeal Rogers <mikeal.rog...@gmail.com>
Date: Tue, 17 Jan 2012 13:25:03 -0800
Local: Tues, Jan 17 2012 4:25 pm
Subject: Re: [nodejs] Node v0.7.0
Correct me if I'm wrong but this is the seperation.

domains are for encapsulating and handling errors in process. you can think of it like adding a wrapper around a set of application code to treat it, and all the IO it does and it's descendant callbacks, as a transaction.

isolates are a replacement for processes as the preferred method of scaling a node application to multiple cores.

running each "transaction" in an isolate would be too costly.

-Mikeal

On Jan 17, 2012, at January 17, 20121:18 PM, Ben Noordhuis wrote:

> On Tue, Jan 17, 2012 at 22:16, Ted Young <t...@radicaldesigns.org> wrote:
>> There was a separate Domains proposal to try to handle that situation within a single process.  What's the status with that?  Does it still seem feasible?

> Yes and yes. Bert is working on domains but it's not ready yet.

> --
> Job Board: http://jobs.nodejs.org/
> Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
> You received this message because you are subscribed to the Google
> Groups "nodejs" group.
> To post to this group, send email to nodejs@googlegroups.com
> To unsubscribe from this group, send email to
> nodejs+unsubscribe@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/nodejs?hl=en?hl=en


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.