re: [htdig] More no server running

2000-10-24 Thread GregHolmes
I stand corrected ... I must have done something wrong. When I installed clean source files, and made the change that Giles suggested: The easiest fix would be to change this line in Server.h: int IsDead() {return _bad_server;} to this: int IsDead() {return 0;} and

Re: [htdig] More no server running

2000-10-24 Thread Geoff Hutchison
At 12:46 PM -0400 10/23/00, [EMAIL PROTECTED] wrote: Looking at the main digging loop, I am having some trouble figuring out what is going on. Does server-pop() return null if the server fails to respond for one document? It looks like if that happens, more will never be set back to 1. Is that

[htdig] More no server running

2000-10-23 Thread GregHolmes
Using a proxy doesn't help. Disabling the IsDead() stuff doesn't help. I still get "no server running" after htdig fails to retrieve one document. There is an "unable to build connection" message, then "no server running for every subsequent document. Looking at the main digging loop, I am