botlib

xam ma at Bell.com
Thu Jan 1 23:17:37 EST 2004


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





More information about the Python-list mailing list