Hi everyone :) i was wondering if someone more experienced than me in node, could tell me how you handle big amount of non persistent data on runtime?
i'm talking about objects with user data or stuff pulled from a database that are used in the script (like a list of rooms, or services), what is the best way to handle it? right now i'm just using plain variables (arrays to be more exact) but i suppose is not the best approach when it could be thousand of items in an array in the end of the day (a memoryStore like redis? memcache? i never used this before (i used memcache in php but not redis or a memoryStore i'm looking at them)). so, how you handle it? many thanks ! Regards, Shadow. -- 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
