http://vimeo.com/40554843 
this is Mikeal's presentation from 'Keeping It Realtime Conference'
watch minute 7:30-8:30.  

he say that node, unlike ruby/php/python allow you to store your cache in 
the server process and instead of an external process (i assume memcached 
is a common one).
is that due to the fact that we use closures in js, so all the variables 
are available to all the callbacks?
Does it mean to store my state in simple variables like array and hashes?
I know that a node process has only 1.7GB of memory due to a v8 limitation. 
isn't it a problem in that regard?

also, can't you have state in ruby by using public variables on the server 
that are available to any request?               

-- 
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