--- loncom/interface/lontrackstudent.pm 2004/10/05 13:40:16 1.7 +++ 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.7 2004/10/05 13:40:16 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 @@ -426,6 +428,10 @@ sub handler { $r->print('

'. &mt('Recent activity of [_1]@[_2]',$sname,$sdom). '

'); + $r->print('

'.&mt(<'); +Compiling student activity data can take a long time. +It may be necessary to reload this page to get the most current information. +END &get_data($r,\%prog_state,$navmap, 'student:'.$ENV{'form.selected_student'}); } else {