On Wed, Nov 23, 2011 at 10:35 PM, Marvin Humphrey
<[email protected]> wrote:
> Something like this:
>
>    my @responses;
>    for (my $i = 0; $i < $num_shards; $i++) {
>        my $response  = $self->_retrieve_response_from_shard($i);
>        $responses[$i] = $response->{retval};
>    }

Thanks Marvin - that works quite well actually.  My famous 20s search
time is now subsecond.

Reply via email to