Great idea!
>
> From: Bill Moseley <moseley@hank.org>
> Date: 2004/06/08 Tue PM 02:29:09 EDT
> To: Multiple recipients of list <swish-e@sunsite3.berkeley.edu>
> Subject: [SWISH-E] Re: Knowing when spider completely finishes?
>
> [back to the list]
>
> On Tue, Jun 08, 2004 at 11:20:59AM -0700, Justin Tang wrote:
> > Hi All:
> > I'm currently running spider.pl and need to log the time after it
> > completely finishes(not just one server!). Looking at the program, I can't
> > really see where it completely finishes? So, for example, if I were to run
> > 20 sites, server1 - server20, how would I know when all 20 has finished
> > running? Thanks!
>
> The exit point of spider.pl is right before the first subroutine.
>
> How about a batch script?
>
> #!/bin/sh
> swish-e -S prog -c config
> echo "Indexing completed at $(date)"
>
>
>
> --
> Bill Moseley
> moseley@hank.org
>
>
Received on Tue Jun 8 19:46:59 2004