in reply to Re^2: The question of URL queue selection module ?
in thread The question of URL queue selection module ?

Um, hi :)

There is some caution against a while loop like that in https://metacpan.org/pod/BerkeleyDB#Implicit-Cursors

I would try using the helper BerkeleyDB::Manager, specifically use cursor_stream() in place of current while loop, and ...

  • Comment on Re^3: The question of URL queue selection module ?