You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chen Bingxuan edited this page Aug 19, 2016
·
1 revision
A crawler is a wrapped structure consisting of a start-point for the task, a front-end handler and a back-end handler.
The start point is first fed to the front-end handler, which produces the results and generates to tasks to the queue. The back-end handler consumes the results passed by the front-end handler and saves them permanently.