开发者

Handling a lot of data in Java servlet

开发者 https://www.devze.com 2023-04-06 22:47 出处:网络
what I am trying to do is reading the latest开发者_运维技巧 statuses from all my facebook friends

what I am trying to do is reading the latest开发者_运维技巧 statuses from all my facebook friends using graph api ,it takes too long , I am getting all my friends for facebook as json and I read the latest statuses from them , what I am getting is timeout , I know it will take too long to do , but what the efficient way to handle such thing?


break that into batches and probably do it in separate threads (since most of this will be IO work).

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号