alsotang / node-lessons

:closed_book:《Node.js 包教不包会》 by alsotang
16.54k stars 4.7k forks source link

如果是多数据操作 使用 eventproxy 还适合 吗? #103

Closed yumexupanic closed 8 years ago

yumexupanic commented 8 years ago

看了说明 等待几个回调都执行完毕 再来处理数据 那么这些数据之前一直存储在内存中 如果是多数据量 比如抓取淘宝的商品 这种方式还适用吗?

alsotang commented 8 years ago

如果数据量比较大的时候,应该用队列那一系列思维。这时候甚至应该用外部的存储了。

在 2016年6月20日 下午2:54,yangyu notifications@github.com写道:

看了说明 等待几个回调都执行完毕 再来处理数据 那么这些数据之前一直存储在内存中 如果是多数据量 比如抓取淘宝的商品 这种方式还适用吗?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/alsotang/node-lessons/issues/103, or mute the thread https://github.com/notifications/unsubscribe/ABGB7xMkx66qIkMs2b725f6odGr_JxPFks5qNjkogaJpZM4I5aJs .