Currently FeedReader has 3 threads running.
- Thread 1) Listens for new feeds from hpfeeds
- Thread 2) Publish new feed over socket.io to Django
- Thread 3) Save new feed to DB
3rd thread should be moved to Django side
We may merge 1st and 2nd Threads if the redis pub system is fast enough.
Currently FeedReader has 3 threads running.
3rd thread should be moved to Django side
We may merge 1st and 2nd Threads if the redis pub system is fast enough.