Whats the fastest way to load multiple websites, CurlMultiMBS?

Dumb question for some, but thats how it is with new Xojo user…
Is using CurlMultiMBS at the moment the fastest way to load multiple url or is there any other way to do it faster?
I usually use with other languages threads (sometimes 100+), each load and process a url, and this is very fast, but it seems that Xojo without preemptive threads cant scope with that. So is there anything I can do to get faster multiple urls loaded?