> Realizing that Globals is actually quite low-level I think it would be > useful for caching data and web session storage. Since it's not a > network service it doesn't actually replace redis or memcached out of > the box but you could wrap it with your own node.js server to provide > a shared web cache or session storage, which is a typical use for > memcached.
..correct, and this is exactly how our EWD web app framework uses global storage, and very fast and effective it is too. The ewdGateway module provides a Node interface to a Cache or GT.M system using EWD: https://github.com/robtweed/ewdGateway -- 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
