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