I\'m writing a simple crawler in Python using the threading and Queue modules. I fetch a page, check links and put them into a queue, when a certain thread has finished proc
SQLite is so simple to use and would fit perfectly... just a suggestion.