Still, there is no need for threads if the limiting factor is the speed the server gives you.
Threads only make sense if the _local_ parsing of the HTTP is too slow and you use your multiple cores to accelerate.
I understand this and speed here is not the limiting factor. So any ideas what is the best way to solve this task?
Bookmarks