Skip to content
New issue

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

Does webster supports concurrency feature? #3

Closed
nikan1996 opened this issue Jan 26, 2018 · 1 comment
Closed

Does webster supports concurrency feature? #3

nikan1996 opened this issue Jan 26, 2018 · 1 comment

Comments

@nikan1996
Copy link

I am finding a headless browser which supports concurrent requests, does webster supports this feature?

@zhuyingda
Copy link
Owner

Yeah, of course.
The Webster is designed to support concurrent requests, it has a task queue which implement by redis. Your concurrent requests would be push to the queue and you can set the concurrency by init some number of queue consumer (spider instance), the more you init your consumers, the fast you can finish your concurrent work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants