Archived Forum Post

Index of archived forum posts

Question:

Having problem to multithread spider

Mar 15 '13 at 09:34

Im trying to multithread my crawler (written on c++), I want to multithread "CrawlNext()" function, is it possible?

is there any example somewhere to do so?