Hi,
I would like to design a search engine in PHP. Is this possible? I would like to go to various sites, and read the url content and index for searching. I can easily write a script to do my work, but i am stuck on its deployment. How do I run the sript so that it runs continously and extracts the info for two or three days ? How do i avoid the script timeout ? How should i design it so that system resources are conserved ?
One way i know is to have two scripts, each one calling the other one at the end. this way, two scripts would continously run!
What is Cron, can I use this to accomplish my job ? Can i make a cgi executable with php and run it from the command prompt?
Please help.