On Tue, Nov 22, 2011 at 10:33 PM, Marvin Humphrey <[email protected]> wrote: > ClusterSearcher model: > > for my $remote (@remote_nodes) { > $cluster_searcher->send_request($remote, $request); > } > for my $remote (@remote_nodes) { > $cluster_searcher->retrieve_response($remote); > }
ah, ok thanks. So the $cluster_searcher->send_request is asynchronous. The total search time would then be the greatest time of all the search nodes.
