I'm trying to implement a tool using Ruby on Rails, which should crawl a webside and search for hyperlinks. There is a problem: if the website has a huge number of links, the user needs to wait a lot of time.
This is probably a naive question: how can I show results (for example 10 results) and the crawling process still running?
Then, the user click "Next" and it shows the next 10 links, and so on.