I need your help to define a logic for my application. I want to search multiple sites from a single window(federated search) and I have already developed the search module for each sites to searched. I like to expedited search results: each search module returns results as soon as it is completed, instead of waiting for all searches to complete.
Can I use Threads for this purpose? How Thread::Pool Module will be help full? Kindly suggest me how to go for it?