botlib

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • xam

    botlib

    I am using botlib (found an old copy
    @http://web.archive.org/web/20010804124140/http://www.linkwatcher .com/src/bo
    tlib.py
    no new ones seem to be posted), particularly the Multibot class to fetch
    multiple groups of URLs in a loop. I found that my app would occasionally
    get stuck in a forever loop, and I think this is due to the fact that
    Multibot waits for all the Unibots to return successfully in a loop, and if
    a socket gets 'broken' somehow this will get the loop stuck. As this is sort
    of a general asyncore error-handling issue, could someone offer advice?
    thanks,
    max


Working...