Here is my settings:
CONCURRENT_REQUESTS = 64
CONCURRENT_REQUESTS_PER_DOMAIN = 100
I want to download requests
and process response
by spider
in parallel way.
But it doesn't work. Because it is sent to the Item Pipeline
which processes it through several components that are executed sequentially!