We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如上图,SeimiCrawlerBootstrapListener中的line74,在这个嵌套循环中,请问一下为什么要多个线程来执行同一个crawler?在SemiProcessor中,其中一个线程优先执行完queue.bPop(crawlerModel.getCrawlerName())这句后,其它线程不就一直死循环下去吗?请问为什么这么设计呢?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
如上图,SeimiCrawlerBootstrapListener中的line74,在这个嵌套循环中,请问一下为什么要多个线程来执行同一个crawler?在SemiProcessor中,其中一个线程优先执行完queue.bPop(crawlerModel.getCrawlerName())这句后,其它线程不就一直死循环下去吗?请问为什么这么设计呢?
The text was updated successfully, but these errors were encountered: