So many new concepts here to me, and thats teach me that I'm just know almost nothing.
I would like to develop a library, only for learning purpose, I'll read those links that Tristan shares. Angel seems very interesting your project, its also for learning purpose yet? There is so many things that I really don't understand, one of them is how really Actors work, as far I understand basically an app have 3 elements: - Kernel: it start the system and supervise the root actors. - Supervisor: is an actor that supervise other actors. - Actor: its just an actor. Then each actor has their own route (to receive messages), but if you can talk to each actor without pass through their supervisor, what is their purpose (of the supervisor)? just know it the actor dies to restart it? or the message must pass through their supervisor before reach the destination actor? How the actor respond and to who (maybe I think much as web developer, that everything has an response and must reach the user)? Regards -- Norman Paniagua -- -- 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.
