PDA

View Full Version : Infos about multiple spider change


noel
11-11-2005, 02:18 PM
Hi CHARTER,

When using multiple spider with browser, why comment this line :

array_unshift($list_sites,$site_datas);

Thank You

Noel

Charter
11-11-2005, 03:19 PM
The thought was that, if you are trying to spider using multiple browsers, you don't want one browser adding domains to the list that the other browser is already indexing, or you might find yourself in a quasi-loop.

noel
11-11-2005, 04:16 PM
OK I will do the necessary in order to not be in a "quasi-loop" ;-)