Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Old 11-05-2010, 10:42 AM News Crawler Script
evans123's Avatar
Ultra Talker

Posts: 468
Trades: 0
I am creating a news crawler script that will update my website with relevant news etc. Im not sure how to run my script though, i want it to run 24/7 and not rely on me being at my computer. I was wondering if i should use a cron or execute as a shell command so it runs forever.

The cron option is good except i'll have no idea on how much it'll download and how long it'll take, plus if it needs to follow links it might go on for a bit.

The shell command would be ideal, but im on a share server and i'll probably get a telling off for running the script 24/7 and consuming the server's juice.

Any ideas?
evans123 is offline
Reply With Quote
View Public Profile Visit evans123's homepage!
 
 
Register now for full access!
Old 11-05-2010, 10:45 AM Re: News Crawler Script
lynxus's Avatar
Awesomeo-Maximo

Posts: 1,618
Location: UK
Trades: 1
Cron is a good idea.

I have scripts that run every 1 minute.
However if that script takes longer than normal i have it die.

I normally put a LOCKFILE in its directory..

Ie:
when it starts, It creates a file with a value in it.

When it finishes it removes the value.

When the next one runs, It checks for the value... if its there, it dies.

I then have another script that checks the creation time of the lockfile.
If its been locked for more than 30 minutes. I get a mail so i can check why its still there.
__________________

Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE


lynxus is offline
Reply With Quote
View Public Profile Visit lynxus's homepage!
 
Old 11-05-2010, 10:48 AM Re: News Crawler Script
evans123's Avatar
Ultra Talker

Posts: 468
Trades: 0
Thanks, that's just given me a few ideas.
evans123 is offline
Reply With Quote
View Public Profile Visit evans123's homepage!
 
Reply     « Reply to News Crawler Script
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.14906 seconds with 12 queries