I'm confused about this. Isolates is being removed from node, not from v8. 
node-fibers should still be able to use them right?

On Monday, April 9, 2012 2:51:24 PM UTC-7, Joe Ferner wrote:
>
> Many streamline like APIs use node-fibers (https://github.com/laverdet/ 
> node-fibers <https://github.com/laverdet/node-fibers>) under the covers 
> and fibers requires isolates which is 
> now deprecated and is going to be removed if it hasn't already. I also 
> think that the way it works under the covers also incurs performance 
> impacts because it ends up implementing threading which is slow. If 
> you like non-callback APIs I just wouldn't use node if I were you. 
>
> I like using the async library when things get complicated. 
>

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to