Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 622 Bytes

WebSearch.md

File metadata and controls

9 lines (6 loc) · 622 Bytes

Web Search

We're given the task to query several data sources and mix the results. The queries should run concurrently and we should disregard the ones taking too long. Also, we should handle a query response at the time of arrival, instead of waiting for all of them to complete.

Depending on the timeout interval we might end up receiving responses for all of the queries, or cut off the ones that are too slow.