PaulMougel / msgr2

Monsignor RSS Reader
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Parallelize feed update #26

Open PaulMougel opened 11 years ago

PaulMougel commented 11 years ago

The process to update the feed is purely synchronous: we get all the feeds and all the users and only then the process is parallel and all readstate objects are created.

We should create readstate objects feed after feed.