According to Bill Carlson:
> The only part I'm missing right now is how to say "Don't remove this URL
> from the queue, try again later". Then one could use some time keeping
> tricks to retry the server after a period of time.

I think the key is to avoid doing the server->pop() in Retriever::Start()
if the server->IsDead() flag is set, until you're sure it's OK to pop it.
The other option might be to pop it, but push it back on the queue if you
want to retry later.  I don't know the details enough to get down to more
specifics than that.

-- 
Gilles R. Detillieux              E-mail: <[EMAIL PROTECTED]>
Spinal Cord Research Centre       WWW:    http://www.scrc.umanitoba.ca/~grdetil
Dept. Physiology, U. of Manitoba  Phone:  (204)789-3766
Winnipeg, MB  R3E 3J7  (Canada)   Fax:    (204)789-3930

_______________________________________________
htdig-dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/htdig-dev

Reply via email to