Does Federated Query Server broadcast queries in parallel?
Federated Query Server starts a new thread for each content repository. The thread translates the query, connects to the repository’s host, issues the HTTP request with the query and any other required information, and collects and sorts the query results. All of the threads are started simultaneously and therefore act in parallel. The main thread is responsible for merging the query results and returning them to the browser.