I'm beginning to understand the concept behind SQL :)
Here's my problem in higher detail:
- I'm programming a webcrawler
- the database contains all the urls, the crawler still has to visit, the order in which he visits them doesn't matter at all
- the crawler is running with multiple threads...