![]() |
Fork in background during the spidering...
I wish to see ability to fork the spider in background during the spidering.
|
can you explain more?
|
Okay
lets say that i type in the shell #php -f spider.php sites.txt >> sites.log And then close the connection with the host, but spider keep indexing. |
Code:
php -f spider.php sites.txt >> sites.log & |
so charter, if I cd to the phpdig/admin dir, and then do the code you put, I can close down my ssh connection, and it will keep spidering?
btw, after you reply you will have 2,000 posts - congrats! jmitchell |
Run in background:
Code:
php -f spider.php sites.txt >> sites.log & Code:
nohup php -f spider.php sites.txt >> sites.log & |
ok, thanks
|
All times are GMT -8. The time now is 06:12 AM. |
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.