IRobotSoft Administrator
IRobotSoft Administrator
   

IRobotSoft, the Best Internet Robot System
Posts: 525
Gender:
|
There are two ways for multithreading: 1. The menu: advanced -> Multi-threading -> Multi-thread will automatically determine which part can be multi-threaded. But it usually does not do very well in parallelization. 2. You can control multi-threading by calling tasks using "Call parallel". This is the preferred way. Before parallel calls, you can use SetDownloadParameter(threads) to set the number of threads, default is 10 threads. Note that in parallel tasks, javascript pages will not be supported. So you can only expect it to use raw HTML pages.
|