--- loncom/interface/lontrackstudent.pm 2004/12/02 19:01:55 1.8 +++ loncom/interface/lontrackstudent.pm 2004/12/13 21:08:09 1.9 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lontrackstudent.pm,v 1.8 2004/12/02 19:01:55 matthew Exp $ +# $Id: lontrackstudent.pm,v 1.9 2004/12/13 21:08:09 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -56,6 +56,8 @@ sub get_data { ($r,$prog_state,&mt('Composing Query')); # my $query = &build_query($mode); + # Allow the other server to begin processing the data before we ask for it. + sleep(5); &Apache::lonnet::logthis('sending query '.$query); ## ## Send it along