Thanks for the resources…  

I read somewhere in this groups that c extensions may slow down nodejs, and 
fibers just is written in c++, don't know yet how it may affect the performance 
of the app that uses it.

Regards

--  
Norman Paniagua


On Tuesday, September 24, 2013 at 12:32 PM, Matthew Browne wrote:

> If you want to learn more about the actor model, I highly recommend looking 
> into some resources by its creator, Carl Hewitt. In particular, check out 
> this video:
>  
> http://channel9.msdn.com/Shows/Going+Deep/Hewitt-Meijer-and-Szyperski-The-Actor-Model-everything-you-wanted-to-know-but-were-afraid-to-ask
>  
> Here's his original 1976 paper introducing the actor model:
> http://dspace.mit.edu/handle/1721.1/6272#files-area
>  
> I still think creating an actor library on top of fibers would work great for 
> node.js but I haven't had a chance to try it out yet...does anyone else agree 
> that this is a good idea?
>  
>  
> On 9/24/13 9:28 AM, Norman Paniagua wrote:
> > This concept its new for me, but as far as I read this approach it good to 
> > solve other problems that cannot be solved with the traditional paradigm. 
> > In my case I need a system that can run continuous and can be fault 
> > tolerant, maybe its more memory expensive this approach but in terms of 
> > system stability and zero downtime seem to be good.  
> >  
> > Another think I like its to learn the way that this methodology works, 
> > starting maybe a prototype project. Seems that some people try the same but 
> > seems that their projects are not popular or poorly maintained (I just see 
> > the commits and contributors of each and its to low).  
> >  
> > Someone has experience with those kind of frameworks? (not specifically 
> > using nodejs, can be also with other languages too, I want advices and/or 
> > articles that discuss about this).  
> >  
> > Regards  
> >  
> > PD: I just start reading ACTORS: A Model of Concurrent Computation in 
> > Distributed Systems (http://dspace.mit.edu/handle/1721.1/6952) (free 
> > available at MIT site) --  
> > --  
> > 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 [email protected] 
> > (mailto:[email protected])
> > To unsubscribe from this group, send email to
> > [email protected] 
> > (mailto:[email protected])
> > For more options, visit this group at
> > http://groups.google.com/group/nodejs?hl=en?hl=en
> >   
> > ---  
> > You received this message because you are subscribed to a topic in the 
> > Google Groups "nodejs" group.
> > To unsubscribe from this topic, visit 
> > https://groups.google.com/d/topic/nodejs/iHSkdmGaRnk/unsubscribe.
> > To unsubscribe from this group and all its topics, send an email to 
> > [email protected] 
> > (mailto:[email protected]).
> > For more options, visit https://groups.google.com/groups/opt_out.
>  
> --  
> --  
> 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 [email protected] 
> (mailto:[email protected])
> To unsubscribe from this group, send email to
> [email protected] 
> (mailto:[email protected])
> For more options, visit this group at
> http://groups.google.com/group/nodejs?hl=en?hl=en
>   
> ---  
> You received this message because you are subscribed to a topic in the Google 
> Groups "nodejs" group.
> To unsubscribe from this topic, visit 
> https://groups.google.com/d/topic/nodejs/iHSkdmGaRnk/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to 
> [email protected] 
> (mailto:[email protected]).
> For more options, visit https://groups.google.com/groups/opt_out.

-- 
-- 
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to