|
04-04-2004, 06:19 PM | #1 |
Green Mole
Join Date: Nov 2003
Posts: 11
|
how to run spider.php in background mode
how to run spider.php in background mode in linux ?
php -f spider.php http://www.mydomain.tld - not a background mode , how to run it in background ? |
04-10-2004, 12:29 PM | #2 |
Head Mole
Join Date: May 2003
Posts: 2,539
|
Code:
php -f spider.php http://www.mydomain.tld &
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension. |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Fork in background during the spidering... | BulForce | How-to Forum | 6 | 01-19-2005 12:59 PM |
Problem.....sefe mode is ON | xtcsoft | Troubleshooting | 1 | 07-24-2004 06:24 PM |
Shell mode not working | bloodjelly | Troubleshooting | 8 | 04-08-2004 05:43 PM |
background color | ultraman | How-to Forum | 3 | 02-27-2004 07:53 PM |
Run at PHP 4.3.2 MySQL 4 | Rolandks | Troubleshooting | 4 | 09-18-2003 05:36 AM |