references or lookup?

Post Reply
resume.robot
Posts: 68
Joined: Sat Jan 13, 2001 1:23 am

references or lookup?

Post by resume.robot »

I am trying to speed up the spidering process, and don't need links or references indexed.

Using this string

gw -d/database -noindex -a -R -r -O -fshtml -fasp -fcfm -fjsp -fxml -t7 -z5000 -v4 "&list"

still produces a report like this

137: TotLinks: 1595, Links: 9/ 5, Good: 0, New: 0 Duplicate
137: TotLinks: 1595, Links: 9/ 4, Good: 0, New: 0 Duplicate
137: TotLinks: 1595, Links: 9/ 3, Good: 0, New: 0 Duplicate
137: TotLinks: 1595, Links: 9/ 2, Good: 0, New: 0 Duplicate
137: TotLinks: 1595, Links: 9/ 1, Good: 0, New: 0 Disallowed protocol
137: TotLinks: 1595, Links: 9/ 0, Good: 0, New: 0
http://www.eng.uwaterloo.ca/other/gtarcisi
137: TotLinks: 1595, Links: 9/ 0, Good: 0, New: 0 Retrieving
138: TotLinks: 1605, Links: 10/ 10, Good: 0, New: 0 Chasing 10 refs
138: TotLinks: 1605, Links: 10/ 10, Good: 0, New: 0 Off site


-dnscache is enabled and -unique is turned on

Will -L streamline this?


Thanks
User avatar
mark
Site Admin
Posts: 5514
Joined: Tue Apr 25, 2000 6:56 pm

references or lookup?

Post by mark »

Yes. -L can speed that up by not requiring DNS lookups on the refs.
resume.robot
Posts: 68
Joined: Sat Jan 13, 2001 1:23 am

references or lookup?

Post by resume.robot »

Thanks
Post Reply