cron problem

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Misc <misc@...>
Subject: cron problem
Date: Thursday, July 2, 2009 - 11:27 am

I had an odd problem with cron.

I made three perl scripts: LWP4.pl, LWP5.pl and LWP6.pl

During testing, I put the following entry in cron:

33 * * * * * LWP4.pl; LWP5.pl; LWP6.pl;

When it ran, I got 6 versions of each of these scripts running
concurrently and in order also.
They didn't start at exact same time, but as if LWP4.pl, then another
and another, etc.

When first version of LWP4.pl finished, then first version of LWP5.pl etc.

These scripts get a web page, extract values from matches, update
database, sleep, repeat for new pages until done with list of search values.

Chris Bennettf

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
cron problem, Chris Bennett, (Thu Jul 2, 11:27 am)
Re: cron problem, Frank Bax, (Thu Jul 2, 12:36 pm)
Re: cron problem, steve szmidt, (Thu Jul 2, 2:41 pm)
Re: cron problem, Chris Bennett, (Thu Jul 2, 4:05 pm)
Re: cron problem, Frank Bax, (Thu Jul 2, 4:36 pm)
Re: cron problem, Chris Bennett, (Fri Jul 3, 8:03 am)
Re: cron problem, Robert, (Thu Jul 2, 1:01 pm)
Re: cron problem, Randal L. Schwartz, (Thu Jul 2, 12:33 pm)